AVSystem / akka-xlsx

Proof of Concept Excel File Reader via akka-streams (this actually makes memory consumption a breeze, but it can't calculate formulas)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpakka XLSX Reader

NOT FOR PRODUCTION USE, YET

Currently this project provides a yet incomplete way of reading Excel files.

Things to do:

  • Better XLSX file format detection
  • Maybe: MathML support
  • Maybe if possible: ZipInputStream Source (currently it should be possible to read a sst and sheet from a stream)

About

Proof of Concept Excel File Reader via akka-streams (this actually makes memory consumption a breeze, but it can't calculate formulas)

License:Other


Languages

Language:Scala 100.0%