Ilia Mirkin
30d3561d0e
Rename SetLegacyDrawingHF to AddHeaderFooterImage ( #2023 )
...
- Add new exported HeaderFooterImagePositionType enumeration
- An error will be return if the image format is unsupported
- Rename exported data type HeaderFooterGraphics to HeaderFooterImageOptions
- Support add and update exist header and footer images
- Changes the VML data ID to sheet ID
- Update unit tests
- Update dependencies modules
2024-11-09 18:36:42 +08:00
Ilia Mirkin
d2be5cdf8e
The SetPageLayout function support set page order of page layout ( #2022 )
...
- Add new fields PageOrder for PageLayoutOptions
- Add a new exported error variable ErrPageSetupAdjustTo
- An error will be return if the option value of the SetPageLayout function is invalid
- Updated unit tests
2024-11-08 16:59:07 +08:00
Ilia Mirkin
b7375bc6d4
This closes #1395 , add new function SetLegacyDrawingHF support to set graphics in a header/footer ( #2018 )
2024-11-04 10:39:55 +08:00
xuri
0d5d1c53b2
This closes #2015 , fix a v2.9.0 regression bug introduced by commit 7715c1462a
...
- Fix corrupted workbook generated by open the workbook generated by stream writer
- Update unit tests
2024-10-25 08:52:59 +08:00
xuri
af190c7fdc
This closes #2014 , fix redundant none type pattern fill generated
...
- Simplify unit tests
2024-10-23 22:07:25 +08:00
wushiling50
d1937a0cde
This closes #1885 , add new CultureNameJaJP, CultureNameKoKR and CultureNameZhTW enumeration values ( #1895 )
...
- Support apply number format for the Japanese calendar years, the Korean Danki calendar and the Republic of China year
- Update unit tests
Signed-off-by: wushiling50 <2531010934@qq.com>
2024-10-21 09:36:04 +08:00
xuri
f1d1a5dc2b
This closes #2004 , support apply number format for time and duration cell value
...
- Add unit tests
- Update dependencies modules
2024-10-10 22:44:38 +08:00
Jian Yu, Chen
b23e5a26df
This closes #1076 , add new function MoveSheet to support changing sheet order in the workbook ( #1996 )
...
- Add unit tests
2024-09-30 21:00:59 +08:00
liuwangchao
bebb802069
This closes #1999 , fix error on GetCellRichText function when read cell without SST index ( #2000 )
...
- Add unit test for get cell rich text when string item index is invalid
- Add comments for the variable ErrPasswordLengthInvalid
- Update dependencies modules
- Update GitHub Actions workflow configuration, test on Go 1.23.x
2024-09-27 14:58:18 +08:00
xuri
41c7dd30ce
This closes #1993 , support to set and get pivot table classic layout
...
- Add new field `ClassicLayout` in the `PivotTableOptions`
- Add a new exported error variable `ErrPivotTableClassicLayout`
- Update unit tests
- Add documentation for the SetDefinedName function, ref #1015
2024-09-21 15:39:36 +08:00
ArcholSevier
02189fb016
Ref #65 , new formula function DOLLAR ( #1992 )
...
- Update unit tests
2024-09-12 22:07:18 +08:00
xuri
ad8541790d
This closes #1989 , fix incorrect result of formula functions XIRR and XNPV
...
- Require number data type instead of string
- Fix incorrect formula error type
2024-09-08 12:19:58 +08:00
xuri
8c0ef7f90d
This closes #1983 , support create combo chart with same types
...
- Add new exported ChartLineUnset enumeration
- Fix set line type of line chart does not work
- Support set line type of scatter chart
2024-09-05 21:38:19 +08:00
Ben Smith
aca04ecf57
This closes #1987 , support absolute paths for pictures ( #1988 )
2024-09-04 19:47:02 +08:00
Zhang Zhipeng
0447cb22c8
This close #1985 , fix incorrect result of cell value after apply general number format ( #1986 )
...
- Update unit tests
2024-09-02 09:19:50 +08:00
xuri
29366fd126
Add new fields for pivot table options and pivot field options
...
- Add new fields FieldPrintTitles and ItemPrintTitles in the PivotTableOptions data type
- Add new fields ShowAll and InsertBlankRow in the PivotTableField data type
- Export 4 constants ExtURIDataField, ExtURIPivotField, ExtURIPivotFilter and ExtURIPivotHierarchy
- Update unit tests
- Update dependencies modules
2024-09-01 12:10:01 +08:00
centurion-hub
8f87131608
This closes #1979 , fix decimal value round issue ( #1984 )
...
- Updated unit tests
2024-08-31 10:57:26 +08:00
wanghaochen2024
9c460ffe6c
Add support for applying number format expression with language/location tags and ID ( #1951 )
...
- Update unit tests for specified date and time format code
2024-08-27 22:41:32 +08:00
zhangyimingdatiancai
c805be1f6f
This related for #810 , add new functions DeleteSlicer and GetSlicers ( #1943 )
...
- Update unit tests
2024-08-23 10:47:47 +08:00
xuri
9a38657515
This related for #720 and closes #1965 , add new NumFmt field in the PivotTableField data type
...
- Support set and get built-in number format of the pivot table data filed cells
- Update unit tests
- Fixed ineffectual assignment issue
2024-08-18 00:18:02 +08:00
xuri
d21b598235
This closes #1968 , closes #1969
...
- Fix missing conditional formatting after remove column
- Fix the SetSheetVisible function panic on none views sheet
- Updated unit tests
2024-07-31 09:10:05 +08:00
xuri
30c4cd70e0
This close #1963 , prevent the GetStyle function panic when theme without sysClr
2024-07-23 21:48:17 +08:00
xuri
d81b4c8661
This closes #1957 , fix missing shape macro missing after adjusted drawing object
2024-07-19 22:22:47 +08:00
xuri
4dd34477f7
This closes #1955 , refs #119 , support to set cell value with an IEEE 754 "not-a-number" value or infinity
2024-07-18 21:05:36 +08:00
pjh591029530
68a1704900
This fix missing horizontal axis in scatter chart with negative values ( #1953 )
...
Co-authored-by: Simmons <1815481@qq.com>
2024-07-17 08:44:16 +08:00
xuri
9c278365f2
This closes #1945 , an error will be return if column header cell is empty in pivot table data range
...
- Update unit tests
2024-07-13 10:41:57 +08:00
wxy
307e533061
This closes #1942 , fix percent sign missing in formatted result for zero numeric cell value ( #1947 )
...
- Updated unit tests
2024-07-12 08:07:19 +08:00
Patrick Wang
431c31029e
This closes #1944 , add new TickLabelPosition field in the ChartAxis data type ( #1946 )
...
- Introduce new exported ChartTickLabelPositionType enumeration
- Update unit tests
2024-07-11 14:39:16 +08:00
xuri
53b65150ce
This closes #1940 , SetCellHyperLink function now support remove hyperlink by None linkType
...
- Update unit tests
2024-07-07 17:22:13 +08:00
ShowerBandV
7999a492a4
This closes #1937 , fix GetPivotTables returns incorrect data range ( #1941 )
...
- Add unit test for get pivot table with across worksheet data range, update dependencies package and updated comments of the GetMergeCells function
2024-07-06 09:25:09 +08:00
Aybek
b18b48099b
Optimize ColumnNumberToName function performance, reduce about 50% memory usage and 50% time cost ( #1935 )
...
Co-authored-by: zhayt <zaibek@wtotem.com>
2024-07-05 14:34:02 +08:00
Vovka Morkovka
4e6457accd
This closes #1926 , fix secondary vertical axis title is not displayed ( #1928 )
2024-06-21 08:13:12 +08:00
wangsongyan
f04aa8dd31
Add new AutoFitIgnoreAspect field in the GraphicOptions data type ( #1923 )
...
- Support fill the cell with the image and ignore its aspect ratio
- Update the unit tests
2024-06-19 20:45:25 +08:00
联盟少侠
1a99dd4a23
This closes #1921 , fix set axis format doesn't work in combo chart ( #1924 )
...
- Fix incorrect primary axis titles position
2024-06-17 21:54:15 +08:00
xuri
c349313850
This closes #1910 , fix a v2.8.1 regression bug introduced by commit 866f3086cd
...
- Fix spark lines duplicate when creating spark lines on multiple sheets
2024-05-29 21:05:34 +08:00
xiaokui
08d25006f9
This fixed can not found code coverage on Windows ( #1908 )
...
Co-authored-by: Qi Jinkui <qijinkui@kkguan.com>
2024-05-27 20:45:37 +08:00
xuri
0c3dfb1605
This closes #1903 , made GetCellStyle function concurrency safe
...
- Update comment of the function and unit test
2024-05-26 01:25:49 +08:00
xuri
42ad4d6959
This closes #1906 , fix a v2.8.1 regression bug introduced by commit d9a0da7b48
...
- Fix incorrect cell value written if save multiple times
- Update unit tests
2024-05-24 22:05:07 +08:00
nna
5f583549f4
Add unit test for the stream writer to improved line of code coverage ( #1898 )
...
- Update dependencies modules
- Using the workbook instead of XLSX in the function comments
2024-05-14 12:06:10 +08:00
xuri
a64efca31f
This fixes #1888 , read internal media files with absolute path
2024-05-04 20:34:22 +08:00
barlevd
781c38481d
This closes #1889 , refs #1732 and #1735 ( #1890 )
...
Saving workbook with reverse sorted internal part path to keep same hash of identical files and fix incorrect MIME type
2024-05-01 00:05:05 +08:00
xuri
7715c1462a
This closes #1886 , remove the namespace prefix for the default spreadsheet namespace
...
- Improvement compatibility for the workbook internal part with a spreadsheet namespace prefix
- Update GitHub Action configuration, using the macOS 13 in the unit test pipeline to temporarily resolve test failed in macos-14-arm64
2024-04-27 20:13:43 +08:00
xuri
055349d8a6
Fix a v2.8.1 regression bug, error on duplicate rows, if conditional formatting or data validation has multiple cell range reference
...
- Update unit tests
2024-04-26 00:23:10 +08:00
jianxinhou
f8487a68a8
This closes #1879 , compatible with the escaped quote symbol in none formula data validation rules ( #1880 )
...
- Update dependencies module to fix vulnerabilities
- Update unit tests
Co-authored-by: houjianxin.rupert <houjianxin.rupert@bytedance.com>
2024-04-18 13:21:46 +08:00
Nima
3e636ae7b2
This closes #1874 , reduces memory usage for the GetRows function ( #1875 )
...
- Avoid allocate memory for reading continuously empty rows on the tail of the worksheet
2024-04-11 23:12:56 +08:00
xuri
5f8a5b8690
This closes #1867 , breaking changes: change the data type for the ConditionalFormatOptions structure field Format as a pointer
2024-04-03 08:44:46 +08:00
xuri
5dc22e874b
Support get the cell images inserted by IMAGE formula function
2024-04-02 08:47:57 +08:00
xuri
9999221450
This closes #1865 , unescape newline character in stream writer
...
- Update dependencies module
2024-04-01 08:49:21 +08:00
yunkeweb
ffad7aecb5
Support get rich data value rels index from rich value part ( #1866 )
2024-03-28 16:37:35 +08:00
yangyile-yyle88
5e500f5e5d
Introduce new exported PictureInsertType enumeration ( #1864 )
2024-03-27 15:50:51 +08:00