1. 31 5月, 2022 1 次提交
  2. 29 5月, 2022 1 次提交
  3. 20 5月, 2022 1 次提交
  4. 01 5月, 2022 1 次提交
  5. 24 3月, 2022 1 次提交
  6. 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
  7. 23 1月, 2022 1 次提交
  8. 11 1月, 2022 1 次提交
  9. 09 1月, 2022 1 次提交
  10. 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
  11. 19 9月, 2021 1 次提交
  12. 06 9月, 2021 1 次提交
    • xurime's avatar
      This closes #993, closes #1014 · 684603be
      xurime 提交于
      - Fix formula percentages calculated incorrectly
      - Make UpdateLinkedValue skip macro sheet
      - Fix conditional format bottom N not working
      684603be
  13. 05 9月, 2021 1 次提交
    • xurime's avatar
      This closes #998 · 32b23ef4
      xurime 提交于
      - Support text comparison in the formula, also ref #65
      - `GetCellValue`, `GetRows`, `GetCols`, `Rows` and `Cols` support to specify read cell with raw value, ref #621
      - Add missing properties for the cell formula
      - Update the unit test for the `CalcCellValue`
      32b23ef4
  14. 23 8月, 2021 1 次提交
  15. 22 8月, 2021 1 次提交
  16. 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
  17. 06 7月, 2021 1 次提交
  18. 05 7月, 2021 1 次提交
  19. 04 7月, 2021 1 次提交
  20. 10 5月, 2021 1 次提交
  21. 04 4月, 2021 1 次提交
  22. 30 3月, 2021 1 次提交
  23. 04 3月, 2021 1 次提交
  24. 20 1月, 2021 1 次提交
  25. 18 11月, 2020 1 次提交
  26. 11 11月, 2020 1 次提交
  27. 06 11月, 2020 1 次提交
  28. 04 11月, 2020 1 次提交
  29. 05 10月, 2020 1 次提交
  30. 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
  31. 22 9月, 2020 1 次提交
  32. 06 9月, 2020 1 次提交
  33. 02 9月, 2020 1 次提交
  34. 01 9月, 2020 1 次提交
  35. 16 8月, 2020 1 次提交
  36. 15 8月, 2020 1 次提交
  37. 18 7月, 2020 1 次提交
  38. 09 7月, 2020 1 次提交
  39. 27 6月, 2020 1 次提交
  40. 27 5月, 2020 1 次提交