1. 20 5月, 2022 1 次提交
  2. 16 5月, 2022 1 次提交
  3. 04 4月, 2022 1 次提交
  4. 19 3月, 2022 1 次提交
  5. 17 2月, 2022 1 次提交
    • xurime's avatar
      This closes #1148, resolve limitations when adding VBA project to the workbook · f87c39c4
      xurime 提交于
      Added two exported functions `SetWorkbookPrOptions` and `GetWorkbookPrOptions` to support setting and getting the code name property of the workbook
      Re-order fields of the workbook properties group to improve the compatibility
      Go Modules dependencies upgrade
      Put workbook related operating in new `workbook.go` source code
      Library introduction docs block updated
      f87c39c4
  6. 23 1月, 2022 1 次提交
  7. 11 1月, 2022 1 次提交
  8. 09 1月, 2022 1 次提交
  9. 27 12月, 2021 1 次提交
    • xurime's avatar
      This closes #1096, memory usage optimization and another 4 changes · 89b85934
      xurime 提交于
      - Unzip shared string table to system temporary file when large inner XML, reduce memory usage about 70%
      - Remove unnecessary exported variable `XMLHeader`, we can using `encoding/xml` package's `xml.Header` instead of it
      - Using constant instead of inline text for default XML path
      - Rename exported option field `WorksheetUnzipMemLimit` to `UnzipXMLSizeLimit`
      - Unit test and documentation updated
      89b85934
  10. 07 12月, 2021 1 次提交
  11. 01 12月, 2021 1 次提交
  12. 19 9月, 2021 1 次提交
  13. 15 8月, 2021 1 次提交
    • xurime's avatar
      Improve security and simplify code · 48c16de8
      xurime 提交于
      - Make variable name more semantic
      - Reduce cyclomatic complexities for the formula calculate function
      - Support specified unzip size limit on open file options, avoid zip bombs vulnerability attack
      - Typo fix for documentation and error message
      48c16de8
  14. 09 7月, 2021 1 次提交
  15. 05 7月, 2021 1 次提交
  16. 04 7月, 2021 1 次提交
  17. 22 6月, 2021 1 次提交
  18. 10 5月, 2021 1 次提交
  19. 04 4月, 2021 1 次提交
  20. 03 4月, 2021 1 次提交
  21. 30 3月, 2021 1 次提交
  22. 15 2月, 2021 1 次提交
  23. 11 11月, 2020 1 次提交
  24. 05 10月, 2020 1 次提交
  25. 04 10月, 2020 1 次提交
    • A
      extend cell value load to support custom datetime format (#703) · f2b8798a
      Artem Kustikov 提交于
      * extend cell value load to support custom datetime format
      
      * cleanup incorrect imports
      
      * fix numeric values conversion as done in legacy Excel
      
      * fix tests coverage
      
      * revert temporary package name fix
      
      * remove personal info from test XLSX files
      
      * remove unused dependencies
      
      * update format conversion in parseTime
      
      * new UT to increase code coverage
      
      * Resolve code review issue for PR #703
      
      * Rename broken file name generated by unit test
      Co-authored-by: xurime's avatarxuri <xuri.me@gmail.com>
      f2b8798a
  26. 22 9月, 2020 1 次提交
  27. 18 9月, 2020 1 次提交
  28. 06 9月, 2020 1 次提交
  29. 22 6月, 2020 1 次提交
  30. 29 5月, 2020 1 次提交
  31. 06 4月, 2020 1 次提交
  32. 29 12月, 2019 1 次提交
  33. 20 12月, 2019 1 次提交
  34. 16 9月, 2019 1 次提交
    • xurime's avatar
      Combine functions: · 8922f659
      xurime 提交于
      workBookRelsWriter, drawingRelsWriter into relsWriter;
      drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader;
      addDrawingRelationships, addSheetRelationships into addRels
      8922f659
  35. 11 8月, 2019 1 次提交
  36. 09 8月, 2019 1 次提交
  37. 15 4月, 2019 1 次提交
    • xurime's avatar
      Resolve #369,#370 · f2df3447
      xurime 提交于
      add error return value
      
      exported functions:
      
      GetMergeCells
      ProtectSheet
      UnprotectSheet
      UpdateLinkedValue
      GetMergeCells
      SetSheetVisible
      
      inner functions:
      
      workSheetReader
      copySheet
      f2df3447
  38. 26 2月, 2019 1 次提交
  39. 25 2月, 2019 2 次提交