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

This closes #1553, the `AddChart` function support set primary titles

- Update unit tests and documentation
- Lint issues fixed

github.com/qax-os/excelize - f8aa3adf7e6dd419929feb5059f89cb97a8631cf authored over 1 year ago by xuri <[email protected]>
This optimize the code, simplify unit test and drawing object position calculation (#1561)

Co-authored-by: xinyao.cheng <[email protected]>

github.com/qax-os/excelize - 9bc3fd7e9fe034be5ffc211a6aba1509d0afa032 authored over 1 year ago by chengxinyao <[email protected]>
This closes #1560, fix incorrect row number when get object position

github.com/qax-os/excelize - 8e891b52c65de3445abdd094204904e0c1b32ea3 authored over 1 year ago by xuri <[email protected]>
New function `GetPanes` for get sheet panes and view selection (#1556)

- Breaking changes: rename exported type `PaneOptions` to `Selection`
- Update unit tests
- Up...

github.com/qax-os/excelize - 78c974d855e43011a4fd9febce476bc1e80d35e4 authored over 1 year ago by vb6iscool <[email protected]>
Support apply built-in number format code 22 with custom short date pattern

github.com/qax-os/excelize - 661c0eade9cd1400688faa6d251f736d3d9a1dbe authored over 1 year ago by xuri <[email protected]>
This fixed incorrect formula calculation exception expected result

- Simplify and remove duplicate code for optimization
- Update documentation comments with typo ...

github.com/qax-os/excelize - 121ac17ca0e5458d4915aa8743abc26fc56075c5 authored over 1 year ago by xuri <[email protected]>
This closes #1548, support to get multiple images in one cell (#1549)

github.com/qax-os/excelize - e3fb2d7bad2fb72556a014da8d4f96e4294b896e authored over 1 year ago by 壹次心 <[email protected]>
This fix date and time pattern validation issues (#1547)

github.com/qax-os/excelize - 16efeae5b1b67d9c46dc02a8c50de64532f7f407 authored over 1 year ago by joehan109 <[email protected]>
This closes #1539, fix adjust table issue when after removing rows

github.com/qax-os/excelize - 76cd0992b038ceaad87a471f81cbde503423cc85 authored over 1 year ago by xuri <[email protected]>
This avoid unnecessary byte/string conversion (#1541)

Signed-off-by: Eng Zer Jun <[email protected]>

github.com/qax-os/excelize - c2327484006ef3b65d2c2b81f712d7a821393a46 authored over 1 year ago by Eng Zer Jun <[email protected]>
This closes #279, refs #1536, change the default point to pixels conversion factor

github.com/qax-os/excelize - a246db6a401d959ad7ce10227408267b8d9caad2 authored over 1 year ago by xuri <[email protected]>
This closes #1536, support fallback to default column width in sheet format property

github.com/qax-os/excelize - 08ba2723fe6978a3e62e55f5a8cd0f856b1ecb6f authored over 1 year ago by xuri <[email protected]>
This fixed across worksheet reference issue for the formula calculation engine

github.com/qax-os/excelize - ef3e81de8e7429d6601d05a19dda17180d97ef53 authored over 1 year ago by xuri <[email protected]>
This closes #1535, add documentation for the fields for style alignment

github.com/qax-os/excelize - 1088302331564777336b90a8298edfdbc827d513 authored over 1 year ago by xuri <[email protected]>
Ref #1199, this support applies partial built-in language number format code

- Remove the `Lang` field in the `Style` data type
- Rename field name `ShortDateFmtCode` to `Sh...

github.com/qax-os/excelize - 49234fb95ea115357757251905857c8c8f53eddd authored over 1 year ago by xuri <[email protected]>
This closes #1199, support apply number format by system date and time options

- Add new options `ShortDateFmtCode`, `LongDateFmtCode` and `LongTimeFmtCode`
- Update unit tests

github.com/qax-os/excelize - dfdd97c0a7770cb83501b717d9084b634314de40 authored over 1 year ago by fudali <[email protected]>
This closes #660, supports currency string, and switches argument for the number format code

- Support round millisecond for the date time
- Update built-in number formats mapping
- Update ...

github.com/qax-os/excelize - bbdb83abf0a182f7203d434d44dd04a761648d73 authored over 1 year ago by xuri <[email protected]>
Ref #660, support placeholder, padding and rounds numbers by specified number format code

- Remove built-in number formats functions
- Update unit tests
- Upgrade dependencies package

github.com/qax-os/excelize - 7c221cf29531fcd38871d3295f4b511029cb4282 authored over 1 year ago by xuri <[email protected]>
Ref #1533, this made number format text handler just handle text tokens

- Fix race conditions for concurrency read and write shared string table
- Unit tests has been u...

github.com/qax-os/excelize - 65fc25e7a60c096cea25e16d354d67b327596889 authored over 1 year ago by xuri <[email protected]>
This closes #1528, closes #1533

- Avoid format text cell value as a numeric
- Fix race conditions for concurrency safety functions

github.com/qax-os/excelize - 612f6f104c899be339c1f9b6a408d54b0847234f authored over 1 year ago by xuri <[email protected]>
This optimizes internal functions signature and mutex declarations

github.com/qax-os/excelize - 93c72b4d55919cf476a7c27d2ee8f62c482fa507 authored over 1 year ago by xuri <[email protected]>
Optimizing regexp calls to improve performance (#1532)

github.com/qax-os/excelize - 787453c6f0b256fdf2c0454a0a694ee79ea52675 authored over 1 year ago by Chen Zhidong <[email protected]>
Breaking changes: rename exported variable `ErrTableNameLength` to `ErrNameLength`

- Check the defined name
- Improve the cell comment box shape size compatibility with KingSoft W...

github.com/qax-os/excelize - 63d8a09082e627654c7452af7d126e0a503c8ec9 authored over 1 year ago by xuri <[email protected]>
This closes #1523, preventing format text cell value as a numeric

- Simplify variable declaration and error return statements
- Remove the internal `xlsxTabColor`...

github.com/qax-os/excelize - fb6ce60bd56f4ef80d9fda76dc8accb4bfdee4ff authored over 1 year ago by xuri <[email protected]>
This commit contains 5 changes:

- Fix incorrect comment box size for multi-line plain text comments
- Prevent create duplicate t...

github.com/qax-os/excelize - d0ad0f39ec04debb4e082fb74f361b61ada5a184 authored over 1 year ago by xuri <[email protected]>
This closes #1519, escape XML characters after checking cell value length

github.com/qax-os/excelize - 17c029494ad5fab374256a69f5d760bde3c7b05e authored over 1 year ago by xuri <[email protected]>
Support checking cell value length with multi-bytes characters (#1517)

github.com/qax-os/excelize - 635ec33576b68a5264007ffc4a1027e0558a47da authored over 1 year ago by Valery Ozarnichuk <[email protected]>
Upgrade actions/setup-go from 3 to 4 (#1512)

github.com/qax-os/excelize - 4196348f9f53e1fe797a4a09951e43e822d78394 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This upgrade dependencies package

github.com/qax-os/excelize - 799317eac596e0b9a8bc6773fb9218e91b14b14c authored almost 2 years ago by xuri <[email protected]>
Require using ChartType enumeration value to specify the chart type

- Update docs and unit tests

github.com/qax-os/excelize - 294f2e1480b9bd66cb9d74e35cbbd657c977e726 authored almost 2 years ago by xuri <[email protected]>
This support get cell hyperlink for merged cells

github.com/qax-os/excelize - 3b807c4bfee5e42b84e60d7b8195f908a9f4269e authored almost 2 years ago by xuri <[email protected]>
This closes #1508, support SST index which contains blank characters

github.com/qax-os/excelize - 9dbba9f34ab452e65341a4450cc650506177cceb authored almost 2 years ago by xuri <[email protected]>
Breaking changes: changed the function signature for 4 exported functions

- Change
`func (f *File) AddVBAProject(bin string) error`
to
`func (f *File) AddVBAP...

github.com/qax-os/excelize - 60b9d029a672634299fdab880423ba48a165507b authored almost 2 years ago by xuri <[email protected]>
This closes #1503, case-insensitive for the file extension name

github.com/qax-os/excelize - 5878fbd282c13b3ab74cccdba0927a0fac1f1792 authored almost 2 years ago by playGitboy <[email protected]>
This closes #1448, speed up for checking merged cells (#1500)

github.com/qax-os/excelize - a34c81e1ccbfdfa082fe63d6fa0f68510a4ba725 authored almost 2 years ago by ChantXu64 <[email protected]>
Breaking changes: changed the function signature for 2 exported functions

- Change
`func (f *File) AddPictureFromBytes(sheet, cell, name, extension string, file []byt...

github.com/qax-os/excelize - 478b528af14840a3abf464a5128471d570f3eaaf authored almost 2 years ago by xuri <[email protected]>
This closes #1499, support to set number format for chart data labels and axis

github.com/qax-os/excelize - 7631fd08e173e6c65267fef06e1f9a258ddafe55 authored almost 2 years ago by xuri <[email protected]>
This update the return value for the `CalcCellValue` function (#1490)

- Using formula error string in the result of the `CalcCellValue` function
- Using the error me...

github.com/qax-os/excelize - e394f01a975247b0ebe6f014ff81257f7628136e authored almost 2 years ago by Rizki Putra <[email protected]>
This closes #1492, fix data bar min/max value doesn't work

github.com/qax-os/excelize - 0d193c76ac49eebade9802434b9288264176c072 authored almost 2 years ago by xuri <[email protected]>
Breaking change: changed the third parameter for the `AddFilter`

- Support to add multiple filter columns
- Remove the exported type `AutoFilterListOptions`
- Su...

github.com/qax-os/excelize - dc3bf331d541511a7945b4f3b8eb3e1c98904374 authored almost 2 years ago by xuri <[email protected]>
This closes #1484, fix the formula calc result issue (#1485)

- Optimize variable name for data validation

github.com/qax-os/excelize - f707b2d2da77ff3715ab729434b59f374b6e8c94 authored almost 2 years ago by 张涛 <[email protected]>
Breaking changes: replace the type `ShapeParagraph` with `RichTextRun`

- This removes the `Color` field from the type `Shape`, and uses the `Fill` instead of it
- Remo...

github.com/qax-os/excelize - 65a53b3ec698936ca0049d9533724f15ce119031 authored almost 2 years ago by xuri <[email protected]>
This fixes #756, made stream writer skip set cell value when got nil (#1481)

github.com/qax-os/excelize - 669c432ca15fb6f9dd33fd3907671141a45c0561 authored almost 2 years ago by Baris Mar Aziz <[email protected]>
This renamed conditional format type `iconSet` to `icon_set`

- Remove Minimum, Maximum, MinLength, and MaxLength fields from the type `ConditionalFormatOptio...

github.com/qax-os/excelize - 94e86dca31476ec79f0643ae9645893507ec56f3 authored almost 2 years ago by xuri <[email protected]>
Support double-byte chars for formula functions LENB, RIGHTB and MIDB (#1478)

github.com/qax-os/excelize - f143dd5c3499bc508d57f826506d15a2a811ad3a authored almost 2 years ago by Shugo Kawamura <[email protected]>
This closes #1476, support double-byte chars for formula functions LEFT,RIGHT, LEN and MID (#1477)

github.com/qax-os/excelize - 983cd76485740240dfc5e8789f582b37363b9444 authored almost 2 years ago by Shugo Kawamura <[email protected]>
Support specifies the values in second plot for the bar/pie of pie chart

- Upgrade dependencies package golang.org/x/image to 0.5.0
- Update unit tests

github.com/qax-os/excelize - cb0c1b012b55be6feccb99e66b7d9cae2c45e72f authored almost 2 years ago by xuri <[email protected]>
Update dependencies package golang.org/x/net from 0.5.0 to 0.7.0 (#1475)

github.com/qax-os/excelize - 21ec143778333073436daf85e92fe5e2f1c3e620 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This closes #1474, support set the format for the data series fill (solid fill)

- Breaking changes: remove the `Color` field in the `ChartLine` structure
- This support set the...

github.com/qax-os/excelize - c2d6707a850bdc7dbb32f68481b4b266b9cf7367 authored almost 2 years ago by xuri <[email protected]>
This closes #1469, fix cell resolver caused incorrect calculation result (#1470)

github.com/qax-os/excelize - ad90cea78bc75f1407fdc3e7730fda26fc718040 authored almost 2 years ago by jaby <[email protected]>
This closes #1468, checks the table name, and added a new error constant `ErrTableNameLength`

- XML Structure field typo fixed
- Update documentation for the `AddChart` function
- Update uni...

github.com/qax-os/excelize - 363fa940ac038f5c89aee0dbfa74fd9d1ce9e37e authored almost 2 years ago by xuri <[email protected]>
This closes #1463, add new functions `SetSheetDimension` and `GetSheetDimension` (#1467)

github.com/qax-os/excelize - 38f131728ba36c69f8397430137ef554c3b490a7 authored almost 2 years ago by Josh Weston <[email protected]>
Support creating a conditional format with an "icon sets" rule

- Improvement compatibility for the worksheet extension lists
- Update unit test

github.com/qax-os/excelize - 753969dc4efee833d14c2fb537200ef14849571f authored almost 2 years ago by xuri <[email protected]>
This closes #1462 and closes #1464

- Support creating a conditional format with a "stop if true" rule
- Support set border color an...

github.com/qax-os/excelize - 3e2406096f89158dc0e46ee40aad29d42352a32d authored almost 2 years ago by xuri <[email protected]>
Add support for insert BMP format images

- Add support for workbook function groups
- Update code and docs for the build-in currency numb...

github.com/qax-os/excelize - 1f69f6b24af45bcaa0e9cf1ea6f5426ad3756e87 authored almost 2 years ago by xuri <[email protected]>
This fixes #1461, supports 0 row height and column width

- Increase max cell styles to 65430
- Add new exported error variable `ErrCellStyles`
- Update u...

github.com/qax-os/excelize - 12645e711656844b72b5b02fc6f97befc2d3053d authored almost 2 years ago by xuri <[email protected]>
Support to create of 17 kinds of fill variants styles

- Update the unit tests
- Update the `SetHeaderFooter` function parameters name
- Update documen...

github.com/qax-os/excelize - 85e0b6c56eb14c7eabf4332a778bf654f83295ca authored almost 2 years ago by xuri <[email protected]>
This fixes #1457, reduce string concatenation when applying number format (#1459)

Co-authored-by: Nathan Davies <[email protected]>

github.com/qax-os/excelize - be36b09c8a1713bfc5da4ace6c96507133f781bc authored almost 2 years ago by Nathan Davies <[email protected]>
This fixes #1455, pre generate strings months name for number format (#1456)

- Reducing string concatenation and string conversion between rune string data types

Co-autho...

github.com/qax-os/excelize - 1ab7a99bf03cf77f35dd8d14f40d476c7d2d8178 authored almost 2 years ago by Nathan Davies <[email protected]>
This roundup time value when a millisecond great than 500 to fix the accuracy issue

- Correction example in the documentation of set cell formula
- Rename the internal function `pa...

github.com/qax-os/excelize - 917e6e19d60b792d936a2c92e58a82d341b6daff authored almost 2 years ago by xuri <[email protected]>
This closes #1447, add support for strict theme namespace

- Support specify if applying number format style for the cell calculation result
- Reduce cyclo...

github.com/qax-os/excelize - 4f0025aab07bb4cb290c38932619271c2cae7552 authored almost 2 years ago by xuri <[email protected]>
Fix panic caused by the workbook relationship part not exist (#1443)

- Check nil map in the getSheetMap function
- Update unit tests

github.com/qax-os/excelize - 00c58a73f32e1e8e176abee6f775b865c542e52d authored almost 2 years ago by Liron Levin <[email protected]>
This fixes #1441, add copyright agreement statement on the LICENSE

github.com/qax-os/excelize - 14d7acd97eaf100ffbdad4b82317e38858af9478 authored almost 2 years ago by xuri <[email protected]>
This closes #1438, fix cell data type issue for formula calculation engine

- Update dependencies module
- Update unit tests

github.com/qax-os/excelize - 5429f131f87a6c35564a44e491e1047af79510fb authored about 2 years ago by xuri <[email protected]>
Add missing error checks in `getSheetMap` to fix panic(#1437)

Unit tests updated

github.com/qax-os/excelize - 9c3a5eb9835e7b52350da3a2910b603c88f90bdc authored about 2 years ago by Liron Levin <[email protected]>
This fixed worksheet protection issue

- Update example code in the documentation
- Update unit tests
- Rename `PictureOptions` to `Gra...

github.com/qax-os/excelize - b39626fae9c2aaa648259d412a67b67e7768ad17 authored about 2 years ago by xuri <[email protected]>
Breaking change: changed the function signature for 11 exported functions

* Change
`func (f *File) NewConditionalStyle(style string) (int, error)`
to
`func (f...

github.com/qax-os/excelize - f58dabd4923ec817521657074c688a9d972b0576 authored about 2 years ago by xuri <[email protected]>
This closes #1432, fix panic formattedValue when style is negative (#1433)

github.com/qax-os/excelize - a57203a03a54ded9c8e60ac149f95cecd4b51326 authored about 2 years ago by Liron Levin <[email protected]>
Add support for workbook protection (#1431)

github.com/qax-os/excelize - 0c76766c2b192b816db0d8196c19e8c0506e725c authored about 2 years ago by Gin <[email protected]>
This closes #1425, breaking changes for sheet name (#1426)

- Checking and return error for invalid sheet name instead of trim invalid characters
- Add err...

github.com/qax-os/excelize - 6a5ee811ba200ce9524720822507477131401f4f authored about 2 years ago by 郭伟匡 <[email protected]>
This closes #1416, support set row outline level to stream (#1422)

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

github.com/qax-os/excelize - ce4f7a25c98b9e8fc13b32f0f88b4056fd8da7d7 authored about 2 years ago by Bayzet Tlyupov <[email protected]>
Fix binary string regex (#1415)

github.com/qax-os/excelize - 61fda0b1cad43ef7ce88ab7ad36be69fcd8cf8b3 authored about 2 years ago by nesstord <[email protected]>
This closes #1405, add new function SetSheetBackgroundFromBytes (#1406)

Co-authored-by: houjianxin.rupert <[email protected]>

github.com/qax-os/excelize - 5e0953d7783ce65707fa89f5a773697b69e82e96 authored about 2 years ago by jianxinhou <[email protected]>
This closes #1404, fixes the insert picture problem in some cases

- Updates unit tests
- Updates documentation for stream mode functions
- Updates hyperlinks in t...

github.com/qax-os/excelize - c0713951c8d95fba3a23da39bfb5c85d858d2338 authored about 2 years ago by xuri <[email protected]>
This closes #1396, fix formula fn ADDRESS result error with empty worksheet name (#1397)

- Update unit tests

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

github.com/qax-os/excelize - dde6b9c00135cefffdd9c64b7f22cfdc34c28e47 authored about 2 years ago by devloppper <[email protected]>
This made stream writer support set the insert page break (#1393)

github.com/qax-os/excelize - aa80fa417985cb8f7df77d45825c41a81206df98 authored about 2 years ago by renxiaotu <[email protected]>
This closes #1391, escape XML characters to avoid with corrupt file

- Update and improve unit test coverage

github.com/qax-os/excelize - 45d168c79d2d3f3d0dd6247e2b527f3007d84793 authored about 2 years ago by xuri <[email protected]>
Remove internal error log print, throw XML deserialize error

github.com/qax-os/excelize - ac564afa56a691e378ab9bb04cb14bb283886a16 authored about 2 years ago by xuri <[email protected]>
This is a breaking change, remove partial internal error log print, throw XML deserialize error

- Add error return value for the `GetComments`, `GetDefaultFont` and `SetDefaultFont` functions
...

github.com/qax-os/excelize - bd5dd17673f767b9f4643423c77eec486f2ad53f authored about 2 years ago by xuri <[email protected]>
Support update column style when inserting or deleting columns

- Go Modules dependencies upgrade
- Unify internal variable name
- Unit test updated

github.com/qax-os/excelize - 58b5dae5eb4948a3cde238ced1ae05db159749f5 authored about 2 years ago by xuri <[email protected]>
Delete shared formula in calc chain when writing a formula cell (#1387)

github.com/qax-os/excelize - 8753950d62c150034a919599a7762cef19035552 authored about 2 years ago by March <[email protected]>
This closes #1384, fix segmentation fault in `formattedValue` (#1385)

- Add nil pointer guard in cell format
- Add tests to verify the nil checks in formattedValue
...

github.com/qax-os/excelize - 75c912ca952bf47bbe421030554ef580ff4f3996 authored about 2 years ago by Martin Martinez Rivera <[email protected]>
This closes #1383, skip empty rows when saving the spreadsheet to reduce file size

github.com/qax-os/excelize - 4998b7b92980e1139b3f38d3c2b8cbc11b1a629d authored about 2 years ago by xuri <[email protected]>
This closes #1204, breaking changes for add comments

- Allowing insert SVG format images
- Unit tests updated

github.com/qax-os/excelize - db2d084ada1a08a48967506b2f1852062168deec authored about 2 years ago by xuri <[email protected]>
Fix the error on getting the range of merged cells on the worksheet which contains one cell merged cell range

- Parse workbook default theme for custom theme color support in the feature
- Variables name ty...

github.com/qax-os/excelize - a410b22bdd50e9f212b0b454e5aed798e3476394 authored about 2 years ago by xuri <[email protected]>
This closes #1379, cleanup stream writer temporary files by the `Close` function

- Fix error on inserting columns or rows on the worksheet which contains one cell merged cell ra...

github.com/qax-os/excelize - adf9d37d82edd3dbc365fece76a031a92e2220d6 authored about 2 years ago by xuri <[email protected]>
This closes #1377, stream writer writes inline string type for string cell value

- Add `CellTypeFormula`, `CellTypeInlineString`, `CellTypeSharedString` and remove `CellTypeStri...

github.com/qax-os/excelize - f44153ea4679247070d6f1e31bb0934a10bebb31 authored about 2 years ago by xuri <[email protected]>
Support get cell value which contains a date in the ISO 8601 format

- Support set and get font color with indexed color
- New export variable `IndexedColorMapping`
...

github.com/qax-os/excelize - 14c6a198ce27b44fcce5447a2b757ce403ebb8fc authored about 2 years ago by xuri <[email protected]>
Fix the formula calculation result issue of the OR function (#1374)

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

github.com/qax-os/excelize - f843a9ea56710deb4cdb77ea2cd3a08d8d82d3e6 authored about 2 years ago by gonghaibinx <[email protected]>
This close #1373, fixes the incorrect build-in number format apply the result

- An error will be returned when setting the stream row without ascending row numbers, to avoid ...

github.com/qax-os/excelize - 2df615fa2831bd578371d4e3606f16461c474ce7 authored about 2 years ago by xuri <[email protected]>
This closes #1369, support set, and get font color with theme and tint (#1370)

github.com/qax-os/excelize - 3ece904b0082f4d63afe0d795b61c860d0790c83 authored about 2 years ago by GaoFei <[email protected]>
This closes #320, support custom chart axis font style

github.com/qax-os/excelize - 3d02726ad4dc3bc6a92d5b68ef8421ac4db44076 authored about 2 years ago by xuri <[email protected]>
Go 1.16 and later required, migration of deprecation package `ioutil`

- Improving performance for stream writer `SetRow` function, reduces memory usage over and spee...

github.com/qax-os/excelize - 7363c1e3337c5f0d9c70cc8af7504b3f8c092ab4 authored about 2 years ago by xuri <[email protected]>
This closes #1368, fixes number parsing issue, adds support for create a 3D line chart

github.com/qax-os/excelize - 0e657c887bf505d62ce3bf685c518cd0ed7bc558 authored about 2 years ago by xuri <[email protected]>
This closes #1047, stream writer support set panes (#1123)

- New exported error `ErrStreamSetPanes` has been added

github.com/qax-os/excelize - c02346bafc6e098406f32ee0a183d45f3038c619 authored about 2 years ago by Harrison <[email protected]>
Stream writer support to set inline rich text cell (#1121)

Co-authored-by: zhengchao.deng <[email protected]>

github.com/qax-os/excelize - 2f5704b114d033e81725f18459f9293a9adfee1e authored about 2 years ago by charles.deng <[email protected]>
Support to set summary columns to appear to the right of detail in an outline

- Simplify calculation engine code
- Update documentation for the functions
- Update dependencie...

github.com/qax-os/excelize - b1e776ee33ec78b7f6c2a0de8109009963dea521 authored over 2 years ago by xuri <[email protected]>
This closes #1365, normalize the sheet name (#1366)

Signed-off-by: Joseph Watson <[email protected]>

github.com/qax-os/excelize - 57051326d06cea02774dc0ace3293906ec5f281e authored over 2 years ago by Joseph Watson <[email protected]>
This closes #1358, made a refactor with breaking changes, see details:

This made a refactor with breaking changes:

Motivation and Context

When I decided to add set h...

github.com/qax-os/excelize - 53a495563a2b9acf09ae45eae05d5f33aa242a87 authored over 2 years ago by xuri <[email protected]>
This closes #1360, closes #1361

- Fix default number format parse issue with a long string of digits
- Fix creating a sheet with...

github.com/qax-os/excelize - efcf599dfe2ec25f10c4d55513a5648addfe989b authored over 2 years ago by xuri <[email protected]>