/hoboexcel

export-import (large) excel data using constant memory usage. Use this at your own risk. At the moment no styling is supported only export tabular data. Check Out github.com/360EntSecGroup-Skylar/excelize for more feature rich library

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

HoboExcel

export-import (large) excel data using constant memory usage. Use this at your own risk. At the moment no styling is supported only export/import simple tabular data. Check Out github.com/360EntSecGroup-Skylar/excelize for more feature rich library.

  • Reading Example is in testImport2
  • Writing example is in testMain.
  • Reading functionality need temporary directory
  • Concurency is not yet tested.
  • Now support export to multiple sheet(s), Example is in testMultiSheetExport