1. 21 8月, 2022 1 次提交
  2. 11 8月, 2022 1 次提交
  3. 06 8月, 2022 1 次提交
  4. 14 7月, 2022 1 次提交
  5. 23 5月, 2022 1 次提交
  6. 16 5月, 2022 1 次提交
  7. 14 5月, 2022 1 次提交
  8. 13 5月, 2022 1 次提交
  9. 15 4月, 2022 1 次提交
  10. 05 3月, 2022 1 次提交
  11. 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
  12. 23 1月, 2022 1 次提交
  13. 09 1月, 2022 1 次提交
  14. 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
  15. 26 12月, 2021 1 次提交
  16. 16 11月, 2021 1 次提交
  17. 08 9月, 2021 1 次提交
  18. 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
  19. 06 7月, 2021 1 次提交
  20. 30 4月, 2021 1 次提交
  21. 04 4月, 2021 1 次提交
  22. 30 3月, 2021 1 次提交
  23. 15 3月, 2021 1 次提交
  24. 04 11月, 2020 1 次提交
  25. 18 9月, 2020 1 次提交
  26. 22 8月, 2020 1 次提交
  27. 19 7月, 2020 1 次提交
  28. 18 7月, 2020 1 次提交
  29. 22 6月, 2020 1 次提交
  30. 29 5月, 2020 1 次提交
  31. 17 5月, 2020 1 次提交
  32. 24 4月, 2020 1 次提交
  33. 06 4月, 2020 1 次提交
  34. 28 3月, 2020 1 次提交
  35. 10 3月, 2020 1 次提交
  36. 29 12月, 2019 1 次提交
  37. 24 10月, 2019 1 次提交
  38. 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
  39. 11 8月, 2019 1 次提交
  40. 04 8月, 2019 1 次提交