You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to export to an xls file, there is multiple tabs in this export, but it uses the same set of columns, even though each sheet within the export does not contain the same columns
below is an example SheetCollection, is there a way using the FastExcel ->export to set what columns each array within that SheetCollection?
Im also trouble to styling it. If we look at the codes, there is no way we can customize each of rows/cells style individually. Even method configureWriterUsing are only works for Options
What we can do, we need to overwrite writeRowsFromCollection in Exportable traits
I am trying to export to an xls file, there is multiple tabs in this export, but it uses the same set of columns, even though each sheet within the export does not contain the same columns
below is an example SheetCollection, is there a way using the FastExcel ->export to set what columns each array within that SheetCollection?
Trying to find a way so all 3 tabs in the spreadsheet use the appropriate columns per tab.
Expected outcome:
3 tabs
colors tab would have one column: favorite
food tab would have one column: type
dogs tab would have one column: name
The text was updated successfully, but these errors were encountered: