Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

excelize

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Collective - Host: opensource - https://opencollective.com/excelize - Website: https://xuri.me/excelize - Code: https://github.com/xuri/excelize

Clear slave cells value when merging cells (#1824)

github.com/qax-os/excelize - bb603b37d0e6506922361b923617555e4262ea5e authored 11 months ago by helloWorld <[email protected]>
This closes #1819, formula calculation engine support array formulas

- Improve the defined name and table name validation rules
- Rename internal variable names to a...

github.com/qax-os/excelize - 688808b2b4f7bb1f338991c810cd2ee6a7bb1451 authored 11 months ago by xuri <[email protected]>
This closes #1820, converted styleFillVariants from slice to func (#1821)

github.com/qax-os/excelize - 02b84a906cb6adc54c0616080cc334a7af05d69d authored 11 months ago by Ed <[email protected]>
This closes #1815, cell value reading functions inherit the Options settings of the OpenReader (#1816)

Co-authored-by: Vivek Kairi <[email protected]>

github.com/qax-os/excelize - ee2ef152d939c6a5bdd703167a58ba22a866f06b authored 11 months ago by Vivek Kairi <[email protected]>
This closes #1807, calculation engine support date and formula type cell (#1810)

Co-authored-by: zhualong <[email protected]>

github.com/qax-os/excelize - 9cbe3b6bd085a5b45ade85ba70ef578ab31a0b0f authored 11 months ago by zhukewen <[email protected]>
This closes #1805, support set chart axis font family, size and strike style (#1809)

- Update unit test workflow dependencies package version

github.com/qax-os/excelize - bba155e06da987f631278dba8c80545713b4a3b7 authored 11 months ago by coolbit <[email protected]>
Fix CalcCellValue does not return raw value when enable RawCellValue (#1803)

github.com/qax-os/excelize - a258e3d8580c5a4d16454bc4642d2a1704dd0ed9 authored 11 months ago by funa12 <[email protected]>
This closes #1794, add new GetBaseColor function (#1798)

Co-authored-by: wangjingwei <[email protected]>

github.com/qax-os/excelize - 99e91e19efc562828af58fb9fde33b2e5d01f9a0 authored 11 months ago by xxxwang1983 <[email protected]>
This closes #1792, support to update defined names reference when rename worksheet (#1797)

github.com/qax-os/excelize - 9a6855375e81067021ff0808f3b7a0c36d68afca authored 12 months ago by cherry <[email protected]>
ref #65, new formula function: DBCS (#1791)

Co-authored-by: wujierui <[email protected]>

github.com/qax-os/excelize - e4497c494d0150c9e5c4c58e948743dadbf219fb authored 12 months ago by Jerry <[email protected]>
This closes #1789, delete VML shape on delete comment (#1790)

- Improve delete cell comment shape compatibility with KingSoft WPS
- Update unit test

github.com/qax-os/excelize - 9b078980df40dc6877f7057b113b3f999f57adee authored 12 months ago by L4nn15ter <[email protected]>
This closes #1786, support set fill color of the chart (#1788)

- Add a new field Fill in Chart, ChartPlotArea, and ChartMarker struct
- Support set solid colo...

github.com/qax-os/excelize - 5399572353aa8da7cb37603b6bcdd09ec020ede1 authored 12 months ago by MELF晓宇 <[email protected]>
This closes #1783, support set conditional formatting with multiple cell ranges (#1787)

github.com/qax-os/excelize - 4eb3486682366a2df3ab1391b995b4285e493854 authored 12 months ago by 327674413 <[email protected]>
ref #65, support _xlfn.ANCHORARRAY formula function (#1784)

- Initial formula array calculation support
- Update unit test and documentation

github.com/qax-os/excelize - 50e23df865354c7ebc6f34424ef3359f4528afe0 authored 12 months ago by 3zmx <[email protected]>
This closes #1777, fix the GetStyle or GetConditionalStyle function to returns incorrect DecimalPlaces field value

- Update documentation for the NewStyle function
- Update unit tests
- Update dependencies Go mo...

github.com/qax-os/excelize - 792656552bf102b9703d45cce62def5abe5afe4a authored 12 months ago by xuri <[email protected]>
This closes #1770, fix incorrect multiple conditional formats rules priorities

- Rename variable name hCell to topLeftCell, and rename vCell to bottomRightCell
- Update the un...

github.com/qax-os/excelize - f4e395137d8ffbab4a5132156e22d0c03eddbf31 authored about 1 year ago by xuri <[email protected]>
This closes #1769 and closes #1770, support multiple conditional formats rules

- Update the unit tests

github.com/qax-os/excelize - bb8e5dacd24f41a10927fc9ca975c4df2a3a4b24 authored about 1 year ago by xuri <[email protected]>
This recover the Sizes field in the ChartSeries data type removed in commit dfaf418f340f260c5005e8343135cd6af60b8e58

- Update unit tests and documentation of the internal uintPtr function

github.com/qax-os/excelize - 8831afc5585c126ec4edbc21e0a2a67d7183eed7 authored about 1 year ago by xuri <[email protected]>
This closes #1767, change struct field tabRatio date type to float64

github.com/qax-os/excelize - e998c374ac4ab3f4141c0be25d474258280a6d23 authored about 1 year ago by xuri <[email protected]>
Breaking changes: Go 1.18 and later required

- This made the GetPictureCell function support get embedded cell images
- Update dependencies m...

github.com/qax-os/excelize - 37e2d946be6e2dfe9778b0261004f448bcdb0067 authored about 1 year ago by xuri <[email protected]>
This closes #664, support get embedded cell images (#1759)

Co-authored-by: liying05 <[email protected]>

github.com/qax-os/excelize - 00d62590f4791013aca4a27f4d2f1ddc8546a09a authored about 1 year ago by li <[email protected]>
This closes # 1704, support set the data labels position for the chart (#1755)

- Breaking change: remove the Sizes field in the ChartSeries data type
- Add new field DataLabe...

github.com/qax-os/excelize - dfaf418f340f260c5005e8343135cd6af60b8e58 authored about 1 year ago by yuegu520 <[email protected]>
This closes #1749, fix incorrect adjust merged cells on remove rows (#1753)

github.com/qax-os/excelize - 284345e47111ddf389525ba8ce16d852261e9299 authored about 1 year ago by Xuesong <[email protected]>
Remove unused exported struct ShapeColor (#1746)

Signed-off-by: cui fliter <[email protected]>

github.com/qax-os/excelize - 7b3dd03947bd5d4702f822b3611a09b506fb257b authored about 1 year ago by cui fliter <[email protected]>
This closes #1745, prevent panic on get conditional format without above average rules

- Define internal map variable globally instead of inside of functions

github.com/qax-os/excelize - 866f3086cd6714ab9114331fb8a73b1b4a1df0a1 authored about 1 year ago by xuri <[email protected]>
This fix some function names in comment (#1747)

Signed-off-by: cui fliter <[email protected]>

github.com/qax-os/excelize - 77ece87e325a639dc49ce1387f0c7690f6230c26 authored about 1 year ago by cui fliter <[email protected]>
Support unset custom row height if height value is -1 (#1736)

- Return error if get an invalid row height value
- Update unit tests and update documentation ...

github.com/qax-os/excelize - 18a160c5be82f6515f7dd117a47bf58dd3466aaf authored about 1 year ago by 天爱有情 <[email protected]>
This closes #1732, saving workbook with sorted internal part path (#1735)

github.com/qax-os/excelize - a16182e004e75cf3ace23c11039395ea7542f2a3 authored about 1 year ago by user65536 <[email protected]>
This closes #1729, support copy conditional format and data validation on duplicate row (#1733)

github.com/qax-os/excelize - 866e7fd9e1d09e79b9ff345f240e10a72ed9f310 authored about 1 year ago by Bram Vanbilsen <[email protected]>
This support set column style with default width in sheet props settings (#1728)

github.com/qax-os/excelize - bce2789c112b6ab9beb86327170e1bd64ed29740 authored about 1 year ago by zcgly <[email protected]>
Recalculate and use the same shared string count and unique count to overwrite incorrect existing values

github.com/qax-os/excelize - 41259b474f9172750195c4910a847f26f6e5d9e7 authored about 1 year ago by xuri <[email protected]>
Fixed invalid shared string table index on set cell value (#1725)

github.com/qax-os/excelize - 6251d493b3eb18d9ad4bac519ce26bba0d679e9a authored about 1 year ago by ZX <[email protected]>
The GetCellRichText function support to return inline rich text (#1724)

Co-authored-by: jintian.wang <[email protected]>

github.com/qax-os/excelize - 55e4d4b2c305a6c43178c19a630e54ba7b2c5446 authored about 1 year ago by Tian <[email protected]>
This closes #1723, fix panic on read workbook in some cases (#1692)

- Fix panic on read workbook with internal row element without r attribute
- Check worksheet XM...

github.com/qax-os/excelize - 6220a798fd79231bf4b3d7ef587bb2b79d276710 authored about 1 year ago by lujin <[email protected]>
Fix panic on GetPictureCells without drawing relationships parts (#1721)

github.com/qax-os/excelize - 57faaf253afb5d6b59b53c2322e9ae42dc3633b4 authored about 1 year ago by Tajang <[email protected]>
This add new exported function GetHeaderFooter (#1720)

github.com/qax-os/excelize - 3bdc2c5fc705dce5f1a87bcc1a9e43fc347b50e5 authored about 1 year ago by 15535382838 <[email protected]>
Support set time period type conditional formatting (#1718)

github.com/qax-os/excelize - 5e247de805ab544075e969a228c7f2bcd2a97c16 authored about 1 year ago by Yang Li <[email protected]>
Support 5 new kinds of conditional formatting types

- New conditional formatting types: text, blanks, no blanks, errors, and no errors
- Support cal...

github.com/qax-os/excelize - 2499bf6b5b4d91bece9e5cae9c07197f2908abdd authored about 1 year ago by xuri <[email protected]>
Support update data validations on inserting/deleting columns/rows

github.com/qax-os/excelize - c7acf4fafef429b67ca79f496d2709271c840dcd authored about 1 year ago by xuri <[email protected]>
Support update conditional formatting on inserting/deleting columns/rows (#1717)

Return error for unsupported conditional formatting rule types

github.com/qax-os/excelize - e014a8bb239a1d3f2e0360635a47591e8cfac225 authored about 1 year ago by ByteFlyCoding <[email protected]>
Update data validation type and operator's enumerations (#1714)

github.com/qax-os/excelize - 134865d9d2e99be0cdb71a1f4a18393ac2570796 authored about 1 year ago by Nick <[email protected]>
Support update defined names on inserting/deleting columns/rows

github.com/qax-os/excelize - a0252bd05af1c8c1bc16ecedff79575a912494a1 authored about 1 year ago by xuri <[email protected]>
This closes #1712, reduce memory consumption (#1713)

github.com/qax-os/excelize - 6cc1a547abd4ed47a61536d97b47e00383faf512 authored about 1 year ago by Marko Krstic <[email protected]>
This closes #1125, support update drawing objects on inserting/deleting columns/rows (#1127)

github.com/qax-os/excelize - fe639faa45b3786778982d158cb9797a20614a23 authored about 1 year ago by Anton Petrov <[email protected]>
Fix number format scientific notation zero fill issues (#1710)

github.com/qax-os/excelize - f753e560fa975f2dd671382ac07203f284ce945c authored about 1 year ago by magicrabbit <[email protected]>
This closes #1706 and closes #1708

- Add export ChartLineType enumeration to specify the chart line type
- Add new Border field in ...

github.com/qax-os/excelize - 4e936dafdd6d89edbe80b508b5fcf4402ab8da4c authored about 1 year ago by xuri <[email protected]>
Support update volatile dependencies on inserting/deleting columns/rows

github.com/qax-os/excelize - 7291e787bd11f1634201329f0e1a5bae1fe8f803 authored about 1 year ago by xuri <[email protected]>
Support to adjust formula cross worksheet on inserting/deleting columns/rows (#1705)

github.com/qax-os/excelize - b41a6cc3cd37c7c99bae83fa8dd1158e5e8fecc7 authored about 1 year ago by rjtee <[email protected]>
This improves compatibility for adjusting tables and formula references on inserting/deleting columns or rows

github.com/qax-os/excelize - 5bba8f980591da0e5230c4f7b3aa1f406d98417d authored about 1 year ago by xuri <[email protected]>
Support adjust formula for entire cols/rows reference (#1702)

- Update the unit tests

github.com/qax-os/excelize - cf3e0164d90d194aa5312fd2ec8fe0765caa54c8 authored about 1 year ago by rjtee <[email protected]>
This closes #1306 and closes #1615 (#1698)

- Support adjust formula on inserting/deleting columns/rows

github.com/qax-os/excelize - a8cbcfa39b7cab7e691b3c369b56e98a5a7f848e authored about 1 year ago by rjtee <[email protected]>
This closes #1694, using namespace prefix in workbook theme XML

- Improve compatibility with the viewer which doesn't support default theme part namespace
- ref...

github.com/qax-os/excelize - 05689d6ade5331c8045c7332ef05fb89c4b41b8e authored about 1 year ago by xuri <[email protected]>
This closes #1690, new exported function `GetConditionalStyle`

- Support get the conditional format style definition
- Update the unit test

github.com/qax-os/excelize - b52db71d616e6371a6d54111aa483831dbb1c602 authored about 1 year ago by xuri <[email protected]>
This closes #1218 and closes #1689 (#1634)

- Introduce new exported function GetPictureCells
- Upgrade dependencies module golang.org/x/ne...

github.com/qax-os/excelize - 27f105692942db78f83295af6536f33bafdeb726 authored about 1 year ago by 壹次心 <[email protected]>
Remove redundant `len` check in `GroupSheets` and `UngroupSheets` (#1685)

github.com/qax-os/excelize - f752f2ddf45c3a1655905e663d487a801b0057f3 authored about 1 year ago by Eng Zer Jun <[email protected]>
This closes #1687 and closes #1688

- Using sync map internally to get cell value concurrency safe
- Support set the height and widt...

github.com/qax-os/excelize - d9a0da7b48bac4175a23193a60f973c64d27835f authored about 1 year ago by xuri <[email protected]>
Support format cell value with fraction number format code

- Fix delete incorrect image files when picture deleting pictures
- Update the unit test and dep...

github.com/qax-os/excelize - d133dc12d774dcf944b36720f25e1dd945dda63f authored about 1 year ago by xuri <[email protected]>
This closed #1680, fixing a potential issue that stream reader temporary files can not be clear

- Delete image files from the workbook internally when deleting pictures to reduce generated wor...

github.com/qax-os/excelize - 87a00e4f7e0aca8c5c52bbca4c706bf6b7a4a1b7 authored over 1 year ago by xuri <[email protected]>
This closes #1681, closes #1683

- Fix incorrect formula calculation result
- Introduce new exported function `SetCellUint`
- Upd...

github.com/qax-os/excelize - 99df1a734314f3bcf1478234c9ec08b0d23707bc authored over 1 year ago by xuri <[email protected]>
Keep all cells value in the table range when deleting table (#1684)

github.com/qax-os/excelize - 07f2c6831a85214b2e914f274e746213e3f6d081 authored over 1 year ago by Abdelaziz-Ouhammou <[email protected]>
This fix #1682, removes table and content type parts when deleting the table

- Move worksheet-related functions in one place

github.com/qax-os/excelize - 95fc35f46cbf1948198d114fc857f1e66b642ab4 authored over 1 year ago by xuri <[email protected]>
This improves performance for adding and removing pivot table

github.com/qax-os/excelize - df032fcae7d4839de5b72f19beabfd3cab64682a authored over 1 year ago by xuri <[email protected]>
Update actions/checkout from 3 to 4 (#1676)

github.com/qax-os/excelize - ecb4f62b776aa7c5659e0752785ecf91b6a334a3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add new exported function `DeletePivotTable`

- Support adding pivot table by specific table name
- Update unit tests

github.com/qax-os/excelize - 0861faf2f2f0de9e86d63f10546819c5993bab05 authored over 1 year ago by xuri <[email protected]>
This closes #1677, fix the incorrect custom number format ID allocated

- Improve compatibility with empty custom number format code

github.com/qax-os/excelize - 1c7c417c7067ca96844dd7dd4da2d61369c901b4 authored over 1 year ago by xuri <[email protected]>
ref #65, formula functions TEXTAFTER and TEXTBEFORE (array formula not support yet)

github.com/qax-os/excelize - f85770f4c908e8ca9b044a17a5266e3b989a4061 authored over 1 year ago by xuri <[email protected]>
This sorted exported error constants by name and listed them in one place

github.com/qax-os/excelize - 1c23dc3507c65d5b83de4750541fa15a37e31779 authored over 1 year ago by xuri <[email protected]>
The `AddSlicer` function now support create pivot table slicer

github.com/qax-os/excelize - c62d23e0a113f192ce39469a80bb66d67dd7cbec authored over 1 year ago by xuri <[email protected]>
This fix #1665, supports getting formula string cell value

- Improve compatibility for absolute path drawing part
- Fix incorrect table ID generated in the...

github.com/qax-os/excelize - 9c079e5eec19a94553c6a1e5389be375e38a9446 authored over 1 year ago by xuri <[email protected]>
This closes #1661, fix incorrect time number format result

github.com/qax-os/excelize - 744236b4b840d71cff471e45f8641d0a682d0292 authored over 1 year ago by xuri <[email protected]>
Introduce the new exported function `AddSlicer` for adding table slicer

- Fix a v2.8.0 regression bug, generate workbook corruption caused by incorrect MRU colors style...

github.com/qax-os/excelize - e3b7dad69a2ece6acc4e3d6a9bf4f354ff523b57 authored over 1 year ago by xuri <[email protected]>
This fixes #1658

- Fix a v2.8.0 regression bug, number format code apply result was empty
- Fix calculate formula...

github.com/qax-os/excelize - 5a039f3045293c58d2383691c30e6ba5ae8da9fb authored over 1 year ago by xuri <[email protected]>
This fixes #1645 and fixes #1655

- Breaking changes, change the data type for the `HeaderFooterOptions` structure fields `AlignWi...

github.com/qax-os/excelize - 49706c9018fcc363fcff349612fdb1a38bf06412 authored over 1 year ago by xuri <[email protected]>
Fix bug in checkDefinedNames

github.com/qax-os/excelize - a0a7d5cdbb092d421bdb0b7bce82a93fe350af5b authored over 1 year ago by Matthias Endler <[email protected]>
This fixes #1643, fixes #1647 and fixes #1653

- Correction cell type when formatting date type cell value
- Add check for MID and MIDB formula...

github.com/qax-os/excelize - ae64bcaabea65d9bafa4eed1753ca961f2f5e9c2 authored over 1 year ago by xuri <[email protected]>
add Footer & Header clarification to docs (#1644)

github.com/qax-os/excelize - ff5657ba87f7fbae2c5352fb69e3f975d0e6e2e4 authored over 1 year ago by Francis Nickels III <[email protected]>
Update the README and documentation for the data validation functions

github.com/qax-os/excelize - 3b2b8ca8d6130723f494b773e462b03cfa011140 authored over 1 year ago by xuri <[email protected]>
ref #65, add support for 10 formula functions

- Add support for 10 formula functions: ARRAYTOTEXT, FORECAST, FORECAST.LINEAR, FREQUENCY, INTER...

github.com/qax-os/excelize - 4957ee9abc8b802e147480c83c1dd87d5a791a53 authored over 1 year ago by fsfsx <[email protected]>
This closes #1628, fix the GetPictures function returns pictures doesn't correct in some cases

github.com/qax-os/excelize - 15614badfc1b60d727a24af3062a132633f45184 authored over 1 year ago by xuri <[email protected]>
This closes #314, closes #1520 and closes #1521 (#1574)

- Add new function GetStyle support for get style definition

github.com/qax-os/excelize - db224523987ea14f10fbe638e10f375f6741631c authored over 1 year ago by cnmlgbgithub <[email protected]>
This closes #674, closes #1454, add new exported functions GetTables and DeleteTable (#1573)

github.com/qax-os/excelize - cb5a8e2d1ed8d0707a411deab4437815ab22750b authored over 1 year ago by fsfsx <[email protected]>
This improves applying cell value with currency and accounting number format

- Update the unit test and dependencies modules

github.com/qax-os/excelize - 1b63d098a71d6f88966b52c06d8c027ed5af0a48 authored over 1 year ago by xuri <[email protected]>
This fixed #1610, support to create a conditional format with number format and protection

github.com/qax-os/excelize - c63ae6d2627e3295b5f48fe96c1491bc576ee317 authored over 1 year ago by xuri <[email protected]>
This improves the date and time number formats

- Now support applying date and time number format for 812 language tags
- Fix panic on getting ...

github.com/qax-os/excelize - a1810aa056ad9158c8054cb6c6f216d4ad8674b8 authored over 1 year ago by xuri <[email protected]>
This ref #1585, support to read one cell anchor pictures and improve date and time number format

- Support apply date and time number format with 16 languages: Persian, Polish, Portuguese, Punj...

github.com/qax-os/excelize - ae17fa87d506cc5c2ccda7ff280567c491de3ea9 authored over 1 year ago by xuri <[email protected]>
This fixes #1599, and improve date and time number format

- Fix basic arithmetic operator priority issues
- Support apply date and time number format with...

github.com/qax-os/excelize - eb175906e7cca0dbe8e276d9b4ec4aa5bb356ca2 authored over 1 year ago by xuri <[email protected]>
Support apply number format with the Japanese era years

github.com/qax-os/excelize - aa3c79a8118a4b5d9926644fb7a1e022b0f4607b authored over 1 year ago by xuri <[email protected]>
This closes #1590, add the Japanese calendar number format support

- The `GetFormControl` now support to get text, rich-text and font format of the form controls
-...

github.com/qax-os/excelize - 5fe30eb4565980503acbabd1dad47ac3ec26d5fd authored over 1 year ago by xuri <[email protected]>
This closes #1588, closes #1591, breaking changes for the `AddChart` function

- Removed exported `ChartTitle` data type
- The `AddChart` function now supports formatting and ...

github.com/qax-os/excelize - a07c8cd0b4a2009f147b5111472565e0a3f85020 authored over 1 year ago by xuri <[email protected]>
This closes #1587, fix incorrect date time format result

github.com/qax-os/excelize - 2e9c2904f2965fc45ad0fa1d5e2bfc7c0632a7cc authored over 1 year ago by xuri <[email protected]>
This closes #1584, fix graphic object counter issues

- Optimize number format parser
- Update documentation for the `AddFormControl` function
- Updat...

github.com/qax-os/excelize - 7f3d6636280418e0c3d778548fee9218890769e7 authored over 1 year ago by xuri <[email protected]>
This closes #1582, fixes the formula calculation bug, and improves form controls

- Fix incorrect formula calculate results on a nested argument function which returns a numeric ...

github.com/qax-os/excelize - 8d996ca138d40069bce92ef8e155f7a268979045 authored over 1 year ago by xuri <[email protected]>
This closes #301, support delete and add radio button form control

- New exported function `DeleteFormControl` has been added
- Update unit tests
- Fix comments wa...

github.com/qax-os/excelize - b667987084c8054b7dcf2f8d2284ac1ae32e9750 authored over 1 year ago by xuri <[email protected]>
This closes #1169, initialize add form controls supported (#1181)

- Breaking changes:
* Change
`func (f *File) AddShape(sheet, cell string, opts *Shape) err...

github.com/qax-os/excelize - 2c8dc5c1504ad2bd209d07c21ea878734464fcba authored over 1 year ago by David <[email protected]>
This closes #1572

- Breaking changes: changed the data type for the `DecimalPlaces` to pointer of integer
- Fallba...

github.com/qax-os/excelize - 8418bd7afd63fb822e5cee0c88aabf7d35029332 authored over 1 year ago by xuri <[email protected]>
This closes #518, support creating chart with a secondary series axis

github.com/qax-os/excelize - f5fe6d3fc930f49f7912f9b5ca09e5868917404d authored over 1 year ago by xuri <[email protected]>
This closes #1569, formula function CONCAT, CONCATENATE support concatenation of multiple cell values

github.com/qax-os/excelize - fb72e56667c7d88d52757e39145ff9e190184523 authored over 1 year ago by xuri <[email protected]>
This closes #1565, support adjust formula when instering columns and rows (#1567)

github.com/qax-os/excelize - e2c74162925c7dc7e87c8818b0b83cf4dd3dbc40 authored over 1 year ago by lidp20 <[email protected]>
This fixed #1564, apply all of its arguments that meet multiple criteria

github.com/qax-os/excelize - 700af6a5298010dfaf56abdbb6aa66fa85c2784d authored over 1 year ago by xuri <[email protected]>
Made unit tests compatibility with the next Go language version

- Fix documents issues for the `AddChart` function
- Update GitHub sponsor profile

github.com/qax-os/excelize - dcb26b2cb8bec11c803cae35fa95e6906b8fef37 authored over 1 year ago by xuri <[email protected]>