fslaborg / FsSpreadsheet

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

Add ZipArchiveReader #84

Closed HLWeil closed 8 months ago

HLWeil commented 8 months ago

Straightforward reader for xlsx files, which opens up the zip archives with System.IO.Compression.ZipArchive and reads the parts using System.Xml.XmlReader. Achieves around 4-5 times higher speed than using DocumentFormat.OpenXml.