1. 18 10月, 2020 1 次提交
  2. 17 10月, 2020 1 次提交
  3. 12 10月, 2020 1 次提交
  4. 11 10月, 2020 1 次提交
  5. 05 10月, 2020 1 次提交
  6. 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
  7. 01 10月, 2020 2 次提交
  8. 27 9月, 2020 1 次提交
  9. 22 9月, 2020 1 次提交
  10. 18 9月, 2020 1 次提交
  11. 15 9月, 2020 1 次提交
  12. 11 9月, 2020 1 次提交
  13. 06 9月, 2020 1 次提交
  14. 03 9月, 2020 1 次提交
  15. 02 9月, 2020 1 次提交
  16. 01 9月, 2020 1 次提交
  17. 22 8月, 2020 1 次提交
  18. 18 8月, 2020 1 次提交
  19. 16 8月, 2020 1 次提交
  20. 15 8月, 2020 2 次提交
  21. 14 8月, 2020 3 次提交
  22. 06 8月, 2020 1 次提交
  23. 05 8月, 2020 2 次提交
  24. 22 7月, 2020 1 次提交
  25. 20 7月, 2020 1 次提交
  26. 19 7月, 2020 1 次提交
  27. 18 7月, 2020 1 次提交
  28. 15 7月, 2020 1 次提交
  29. 14 7月, 2020 1 次提交
  30. 11 7月, 2020 2 次提交
    • xurime's avatar
      update docs and improve compatibility · 0aa15106
      xurime 提交于
      0aa15106
    • H
      Resolve #661 Add Logarithmic scale option support on Y axis (#662) · 42b1c814
      Huy Bui (Kevin) 提交于
      * Resolve #661 Add Logarithmic scale option support on Y axis
      
      Example usage:
      Add the following option into the format string when using AddChart:
      
      "y_axis":{"scaling":{"logbase":"10"}}
      
      * Change type of LogBase from attrValString to attrVarFloat
      
      * Add test case for testing Logarithmic Option in Y axis of charts
      
      * Move field `LogBase` in the format string up one level (remove `Scaling`) as suggested the owner
      
      Test cases are updated accordingly.
      42b1c814
  31. 09 7月, 2020 1 次提交
  32. 01 7月, 2020 1 次提交
  33. 28 6月, 2020 1 次提交
  34. 27 6月, 2020 1 次提交