1. 26 8月, 2021 1 次提交
  2. 23 8月, 2021 1 次提交
  3. 22 8月, 2021 1 次提交
  4. 21 8月, 2021 4 次提交
  5. 19 8月, 2021 1 次提交
  6. 17 8月, 2021 1 次提交
    • xurime's avatar
      This closes #989, closes #990 · a55f354e
      xurime 提交于
      New API: `SetRowStyle` support for set style for the rows
      Update documentation for the `GetRows`, `SetCellStyle` and `SetColStyle`
      a55f354e
  7. 15 8月, 2021 2 次提交
  8. 13 8月, 2021 1 次提交
  9. 12 8月, 2021 2 次提交
  10. 09 8月, 2021 1 次提交
  11. 06 8月, 2021 1 次提交
  12. 02 8月, 2021 1 次提交
  13. 31 7月, 2021 2 次提交
    • A
      Improve compatibility for SetRichText (#976) · eaf9781e
      Arnie97 提交于
      - support escaped string literal
      - maximum character limit added
      - fix missing preserve character in some case
      Co-authored-by: xurime's avatarxuri <xuri.me@gmail.com>
      eaf9781e
    • A
      Fix data validation issues (#975) · 7ac37edf
      Arnie97 提交于
      * Fix `SetDropList` to allow XML special characters
      
      * This closes #971, allow quotation marks in SetDropList()
      
      This patch included a XML entity mapping table instead of
      xml.EscapeText() to be fully compatible with Microsoft Excel.
      
      * This closes #972, allow more than 255 bytes of validation formulas
      
      This patch changed the string length calculation unit of data
      validation formulas from UTF-8 bytes to UTF-16 code units.
      
      * Add unit tests for SetDropList()
      
      * Fix: allow MaxFloat64 to be used in validation range
      
      17 decimal significant digits should be more than enough to represent
      every IEEE-754 double-precision float number without losing precision,
      and numbers in this form will never reach the Excel limitation of 255
      UTF-16 code units.
      7ac37edf
  14. 29 7月, 2021 1 次提交
    • xurime's avatar
      This closes #971, closes #972 and closes #974 · 7dbf88f2
      xurime 提交于
      - Escape XML character in the drop list
      - Fix incorrect character count limit in the drop list
      - Fix Excel time parse issue in some case
      - Fix custom number format month parse issue in some case
      - Fix corrupted file generated caused by concurrency adding pictures
      7dbf88f2
  15. 28 7月, 2021 1 次提交
  16. 25 7月, 2021 1 次提交
  17. 21 7月, 2021 1 次提交
  18. 20 7月, 2021 1 次提交
  19. 16 7月, 2021 1 次提交
  20. 15 7月, 2021 1 次提交
  21. 12 7月, 2021 1 次提交
  22. 10 7月, 2021 2 次提交
  23. 09 7月, 2021 1 次提交
  24. 08 7月, 2021 1 次提交
  25. 07 7月, 2021 1 次提交
  26. 06 7月, 2021 1 次提交
  27. 05 7月, 2021 1 次提交
  28. 04 7月, 2021 1 次提交
  29. 03 7月, 2021 1 次提交
  30. 29 6月, 2021 1 次提交
  31. 22 6月, 2021 1 次提交
  32. 16 6月, 2021 1 次提交
  33. 13 6月, 2021 1 次提交