Closed artiz closed 6 months ago
Unfortunately It looks like this excellent project might be abandoned by the author... I hope @natergj is alive and well and on to better things. I think our best bet going forward is this fork: https://www.npmjs.com/package/@advisr/excel4node I asked @jrohland nicely to merge this PR and it's done! See https://github.com/advisr-io/excel4node/commit/77945722660769b94caf3e9507b5a936dc559f9d
Hi, I have found that XLSX file generated by your library is opened with following warning in
openpyxl
:I checked empty Excel file file structure and found that it has
cellStyleXfs
/cellStyles
elements with default "Normal" style. So I have added same definitions to workbook builder. With these changes tha warning is elminated.Also I have fixed logic bug with
contentTypesAdded
used for Content-Types duplication check