Commit Graph

  • 3c8c8c55c8 resolved #691, fix the scale for add picture not work xuri 2020-08-18 08:30:32 +0000
  • 4e4baac3bc using Mutex lock and update benchmark xuri 2020-08-16 03:48:11 +0000
  • bc704c854f update stream writer fields offset xuri 2020-08-15 10:41:45 +0000
  • c3e92a51d7 Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 potential race condition xuri 2020-08-14 16:09:50 +0000
  • cb6f8852bb Merge branch 'master' into v2 xuri 2020-08-14 10:20:36 +0000
  • 3cf3101fd9 test on Go 1.5 on Travis CI and update docs for the CalcCellValue xuri 2020-08-14 10:19:27 +0000
  • c98fd7e5d0
    Fix issue #686 RemoveRow slice bounds out of range (#687) Wang Yaoshen 2020-08-14 10:32:58 +0800
  • 843bd24e56 This closes #677 and closes #679, fix panic when enabling compiler inline flags v2.3.0 xuri 2020-08-06 05:58:40 +0000
  • fcbc7e3f88
    Merge pull request #681 from WXDYGR/master xuri 2020-08-05 20:54:15 +0800
  • 1c2e7c5c68
    Update styles.go WXDYGR 2020-08-05 20:33:12 +0800
  • ee35497935
    Fix #673 comment shape compatibility issue with the recent Excel versions xuancanh 2020-07-22 20:20:00 +0800
  • 13e7bce6d2
    improvement compatibility for the XML ignorable namespace xuri 2020-07-20 00:05:37 +0800
  • ca43c65115
    Update test for addTable xuri 2020-07-19 00:10:42 +0800
  • c922c32fb7
    support parse and generate XML element namespace dynamic, fix #651 xuri 2020-07-18 15:15:16 +0800
  • 820a314cfb
    Resolve #667, support shared string table without unique count xuri 2020-07-15 23:32:00 +0800
  • 5993a07422
    Fix issue 665 (#666) jaby 2020-07-14 17:05:43 +0200
  • 0aa1510694
    update docs and improve compatibility xuri 2020-07-11 02:31:02 +0800
  • 42b1c81488
    Resolve #661 Add Logarithmic scale option support on Y axis (#662) Huy Bui (Kevin) 2020-07-11 01:07:41 +0800
  • 49257c5918
    support case-sensitive doc parts to improve compatibility xuri 2020-07-09 01:24:11 +0800
  • f7bd0729c6
    Resolve #32, fix missing leading/leading spaces when working with SST xuri 2020-07-01 22:41:29 +0800
  • 1cbb05d497
    GetCols support the row element without r attribute in the worksheet xuri 2020-06-28 00:02:32 +0800
  • 48f19f60aa
    support the row element without r attribute in the worksheet xuri 2020-06-27 00:02:47 +0800
  • 15fd56853f
    Update docs and typo fixed xuri 2020-06-22 00:14:56 +0800
  • 5221729bc3
    make columns iterator read cell streamingly and add max column limit on ColumnNumberToName xuri 2020-06-22 00:05:19 +0800
  • dcb772d692
    Merge pull request #653 from Jerome1337/648-column-iterator xuri 2020-06-20 22:08:08 +0800
  • e9a4007c17
    Implement columns iterator Jérôme Pogeant 2020-06-16 11:53:22 +0200
  • 8ce48b859a
    Merge pull request #647 from heiy/master xuri 2020-06-08 19:02:50 +0800
  • eb150c0c22 escape html tag heiy 2020-06-08 18:23:38 +0800
  • b6dd7648a1
    fn: COUNTA xuri 2020-06-04 00:35:54 +0800
  • b62950a39e
    fn: MEDIAN, ISNUMBER xuri 2020-06-02 23:39:41 +0800
  • 22df34c493
    fn: ISBLANK, ISERR, ISERROR, ISEVEN, ISNA, ISNONTEXT, ISODD, NA xuri 2020-05-31 15:13:52 +0800
  • fa2571a17e
    fn: SUMIF xuri 2020-05-30 23:21:02 +0800
  • 2ae631376b
    add limits for total columns, row and filename length xuri 2020-05-29 00:26:40 +0800
  • c168233e70
    speedup get cell value from shared string table xuri 2020-05-27 00:02:29 +0800
  • 5c99300ee4
    Fix #622, storage string to SST (shared string table) xuri 2020-05-26 02:09:39 +0800
  • 1aeb818235
    avoid creating duplicate number format xuri 2020-05-25 00:22:58 +0800
  • a546427fd9
    Resolve #643, avoid creating duplicate style xuri 2020-05-24 20:20:22 +0800
  • 7f78464f7f
    add test for ReadZipReader, close #642 xuri 2020-05-23 13:29:51 +0800
  • 82bb1153d7
    Improved error handling and stoped the crash due to fatel error (#593) close #624 sachin-puranik 2020-05-23 10:21:46 +0530
  • 0dd616b18f
    Merge pull request #517 from hengmyj/fix/cell_lock xuri 2020-05-22 17:01:45 +0800
  • ec14de32f0
    Merge branch 'master' into fix/cell_lock xuri 2020-05-22 16:53:46 +0800
  • 2efc7107ff
    - transform the range to the matrix on the first arg of the formula - typo fix - reset cell with and height when insert picture into merged cell with autofit xuri 2020-05-21 22:57:58 +0800
  • 98221a332f
    Merge pull request #410 xuri 2020-05-17 17:36:53 +0800
  • 9b7d8463d3
    Merge pull request #638 from yuemanxilou/master xuri 2020-05-15 14:17:50 +0800
  • c815e4b84b
    avoid duplicate filter database in workbook defined name yuemanxilou 2020-05-15 14:03:02 +0800
  • 9baa1bbc98
    Fix #637, improve the compatibility of the auto filter with Office 2007 - 2013 xuri 2020-05-14 22:36:00 +0800
  • dfea8f96ed
    - New API: SetSheetFormatPr and GetSheetFormatPr - typo fix, resolve #635 xuri 2020-05-12 23:26:26 +0800
  • 0feb819d4c
    updated test and go.mod v2.2.0 xuri 2020-05-11 00:01:22 +0800
  • 882abb8098
    - formula engine: reduce cyclomatic complexity - styles: allow empty and default cell formats, #628 xuri 2020-05-10 16:56:08 +0800
  • 4188dc7a4a
    - fn: SUMSQ - resolve ineffectual assignment - handle exception with invalid formula - update range resolver xuri 2020-05-09 00:32:36 +0800
  • 08185c398a
    #65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, TRUNC xuri 2020-05-08 00:31:17 +0800
  • de34ecaace
    #65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, RANDBETWEEN, ROMAN xuri 2020-05-07 00:15:54 +0800
  • 5f29af258d Merge branch 'formula' xuri 2020-05-06 00:33:20 +0800
  • 1f73a19e0f
    Resolve #628, omit number format empty xuri 2020-05-06 00:32:53 +0800
  • 97e3f4ce68
    #65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM xuri 2020-05-06 00:01:31 +0800
  • 5c82f2269d
    #65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSC xuri 2020-05-05 17:27:19 +0800
  • 6f796b88e6
    fn: CEILING, CEILING.MATH xuri 2020-05-04 21:22:11 +0800
  • 789adf9202
    fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASE xuri 2020-05-04 18:18:05 +0800
  • bdf0538640
    fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENT xuri 2020-05-04 13:40:04 +0800
  • 48fc4c08a2
    init formula calculation engine, ref #65 and #599 xuri 2020-05-03 18:44:43 +0800
  • 2285d4dc71
    handle the cell without r attribute in a row element xuri 2020-04-24 08:26:16 +0800
  • 1fe660df64
    - Resolve #485 use sheet index instead of ID - added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID xuri 2020-04-23 02:01:14 +0800
  • 10115b5d88 - Resolve #611, fix failure BenchmarkSetCellValue - Allow empty filter, data, and rows in the pivot table - Add more test case for pivot table xuri 2020-04-10 00:04:23 +0800
  • e36650f4ff
    Resolve #598, filter support for AddPivotTable xuri 2020-04-09 01:00:14 +0800
  • a2e1da8d9d
    Fix for issue #608 (#609) echarlus 2020-04-08 18:50:20 +0200
  • 6e90fa6b1d
    Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610) Olivier Mengué 2020-04-08 18:49:13 +0200
  • 66d0272f6a
    Resolve #172, init rich text support xuri 2020-04-06 00:23:27 +0800
  • 0f2a905324 Performance improvements xuri 2020-04-02 00:41:14 +0800
  • 59f6af21a3 fix reading wrong string from xml such as below <sheetData><row r="1"><c r="A1" s="1" t="s"><v>0</v></c><c r="B1" s="1" t="s"></c></row></sheetData> foxmeder 2020-04-01 15:38:37 +0800
  • 736362694a Add unit test case xuri 2020-04-01 00:38:12 +0800
  • 3ce4b91be9
    Resolve #345, fix missing comments by GetComments xuri 2020-03-31 00:02:00 +0800
  • 3f89c6e979
    remove ineffectual variable assignments and simplify code xuri 2020-03-29 18:44:24 +0800
  • 6afc468a02
    Resolve #451, support create chart sheet xuri 2020-03-28 23:47:26 +0800
  • a75c6f63be
    #451, init struct for chart sheet xuri 2020-03-25 00:13:29 +0800
  • cea3d806ec
    Resolve #200, ignore empty conditional format style xuri 2020-03-16 00:13:01 +0800
  • 6ab5b991e4
    Resolve #348, support delete Data Validation xuri 2020-03-13 00:48:16 +0800
  • 9e2318cefa
    Resolve #470, export Style structs to allow create the style for cells by given JSON or structure xuri 2020-03-10 00:04:23 +0800
  • 2ccb8f62ed
    Remove calculated properties to make recalculate formulas in some spreadsheet applications, such as Kingsoft WPS xuri 2020-03-09 00:08:47 +0800
  • cb79754068
    Merge pull request #592 from hexbioc/master xuri 2020-03-04 00:07:13 +0800
  • 83eedce70d Export ExcelDateToTime function to convert excel date to time Vaibhav Nayak 2020-03-03 17:01:02 +0530
  • 1e3c85024d
    Resolve #571, init remove conditional format support xuri 2020-03-03 00:15:03 +0800
  • 1d87da57ec
    Resolve #492, init support for insert and remove page break xuri 2020-03-01 00:34:41 +0800
  • 0ac7e18389
    Merge pull request #589 from xxb-at-julichina/master xuri 2020-02-29 00:54:19 +0800
  • 386a42dfa2
    Update rows.go xxb-at-julichina 2020-02-28 15:53:04 +0800
  • 821a5d8672
    AddPivotTable API changed: new structure PivotTableField to hold pivot table fields for better scalability xuri 2020-02-26 18:53:50 +0800
  • 8b20ea1685
    Fix #586, duplicate row with merged cells xuri 2020-02-25 00:19:22 +0800
  • 6dcb7013ee
    Resolve #582, support to set date field subtotal and names for pivot table - typo fixed and update do.dev badge in the README. xuri 2020-02-21 23:07:43 +0800
  • ad883caa0f
    Resolve #580, revert commit 5ca7231ed4 xuri 2020-02-19 00:08:10 +0800
  • 52f1eee7c4
    Fix #578, escape character in the formula xuri 2020-02-15 16:34:47 +0800
  • 023dba7265
    Fix #576, serialize by fields order on stream flush xuri 2020-02-13 00:00:42 +0800
  • e51aff2d95 Resolve #570, flat columns for the column's operation v2.1.0 xuri 2020-02-07 00:25:01 +0800
  • a691c1048d
    Merge pull request #565 from Amodio/master xuri 2020-01-23 10:20:03 +0800
  • 68754a2075 SetColVisible() can parse a column range + typos. Jacques Boscq 2020-01-21 23:42:44 +0100
  • cbc3fd21b7
    Resolve #455, init delete picture from spreadsheet support xuri 2020-01-22 01:08:18 +0800
  • e2bd08c911
    Make DeleteChart delete multiple charts located on the same cell xuri 2020-01-21 23:29:56 +0800
  • 0bb245523a
    Resolve #557, init delete chart support xuri 2020-01-19 00:23:00 +0800
  • fa7078f06c
    Specified combo chart as variadic parameters xuri 2020-01-16 01:05:22 +0800
  • 9ddb52eac4 Fix #554, init combo chart support, new chart pie of pie, bar of pie chart support xuri 2020-01-14 00:33:36 +0800
  • 5ca7231ed4
    optimize code and comments: use println errors instead of panic xuri 2020-01-03 23:57:25 +0800
  • 5f5ec76740
    Fix #551, handle empty rows in streaming reading xuri 2019-12-31 01:01:16 +0800