-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styling exported table #22
Comments
Hello, Yes it is possible but it need a big change, I am using Just stay tuned. |
Thanks. Expecting |
Is there any chance for a colspan ?:) |
Hello @alexeymakarov90 we have some major improvements in pipeline which includes but not limited to "Exporting styled data", "ColSpan and RowSpan" operations, "Formulas support" and so on. Stay tuned. |
Any further news on this? Is basic styling such as bold/italic also still in the pipeline? Or is it already possible in the current version? |
maybe there's a workaround for current version, for a simple bold/italic styling perhaps? |
@anovags @quarleswn @alexeymakarov90 all requests you guys made are already implemented (But unfortunately my reviewer is not ready to review changes yet, I will wait for 1 more day otherwise will by bass and release those changes) |
@securedeveloper, this is a great library. looking forward to these changes. |
Hi Sulaiman when will u check in the updated code, we are waiting . |
I thnik that, https://github.com/SheetJS/js-xlsx/blob/master/docbits/64_cellprops.md |
@abiodunsulaiman694 @alexeymakarov90 @quarleswn @anovags @colinrcummings @jamalashrafi @dannegm this feature is implemented. Please feel free to try and let us know about your feedback. |
Thank you, @securedeveloper. I just updated to 0.3.7 and am adding style to an export. Is there a way to set column and row widths (AutoFit Column Width is what I'm looking for at the moment)? |
Hi @colinrcummings it is a good feature, I'm looking into it, but our current release 0.3.7 support cell styling just like native excel api. |
Thanks, @securedeveloper. It turns out that the xlsx file format doesn't support AutoFit; however, while researching this I noticed that the original fork of |
Hi @colinrcummings, I just checked the references you mentioned, the idea of using a fork of Also, By the way you can follow our ongoing tasks and plans here |
Sounds good, @securedeveloper. Being able to style columns would be value added. For example:
As a workaround, one can render an empty column, render the columns as styled cells and use Thanks again for your work on this. |
It would be very nice to have the AutoFit feature :) |
Hi guys. About AutoFit, any news? |
Hi programmers, it would be nice if add |
HI! About AutoFit, any news? |
Hello @securedeveloper , can you show with the example how to add colspan. Version of react-data-export i m using is "^0.5.0" . |
Hi @uditdubey, it's possible to apply |
Hi @securedeveloper i somehow managed to style the table to look like colspan. Is there anyway to style the column name border. As the style attribute works only for data array and not for column name. I want to remove the left and right borders. Stuck !! Thanks !! |
Hey @uditdubey Can you provide some hint on how you managed to do colSpan with header? I am using v0.4.2. Is repo support available for colspan till now? |
HI @uditdubey could you please describe how you did this? |
Hello, any chance of being able to style the exported data? I would like to create a band for the header column to differentiate it. Probably style multiple datasets differently, possibly add caption for data and brand the document with the organization name and logo. Thanks. Love this package.
The text was updated successfully, but these errors were encountered: