I have a program (C#) which inserts values and applies styles to the book excel (xlsx)
I use the library closedxml
I ran into the problem that after many times file entries (xlsx), the style of the book does not apply.
I noticed that the file size increases over time when I changed the file extension. (xlsx) on zip and unzipped it noticed that the file "styles.xml" is large in size 8 - 10 MB.
яI think that the reason for the file overflow "styles.xml".
How to clean using closedxml all previously applied styles in the book excel?
I use the library closedxml
I ran into the problem that after many times file entries (xlsx), the style of the book does not apply.
I noticed that the file size increases over time when I changed the file extension. (xlsx) on zip and unzipped it noticed that the file "styles.xml" is large in size 8 - 10 MB.
яI think that the reason for the file overflow "styles.xml".
How to clean using closedxml all previously applied styles in the book excel?





