fslaborg / FsSpreadsheet

Spreadsheet creation and manipulation in F#, Javascript, and Python.
http://fslab.org/FsSpreadsheet/
MIT License
25 stars 1 forks source link

READ from ClosedXML #77

Open Freymaurer opened 11 months ago

Freymaurer commented 11 months ago

This will be postponed for now and pushed to backlog

tonyqus commented 2 months ago

Document.OpenXML has serious performance issue because it's based on XMLSerializer. I suggest you do some benchmark on loading Excel files to understand the situation.