Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 495 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 495 Bytes

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