Ecosyste.ms: OpenCollective

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

github.com/qax-os/excelize

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
https://github.com/qax-os/excelize

Merge pull request #681 from WXDYGR/master

Fixed GetCellValue percentage accuracy

fcbc7e3f88fd016b62928c89623645758c1291ee authored over 4 years ago by xuri <[email protected]>
Update styles.go

修复获取百分比值时,GetCellValue返回值不准确的问题

1c2e7c5c68f15739112e9c06d238b81318af0c97 authored over 4 years ago by WXDYGR <[email protected]>
Fix #673 comment shape compatibility issue with the recent Excel versions

* Fix comment shape compatibility issue

* Using Go modules with Travis CI

* Update .travis...

ee35497935cac81b951d3a7b4f9dc3902c70e37c authored over 4 years ago by xuancanh <[email protected]>
improvement compatibility for the XML ignorable namespace

13e7bce6d22bd8989084f34280fffcefef7ad9b7 authored over 4 years ago by xuri <[email protected]>
Update test for addTable

ca43c6511538f50581ec3bbe1e4ee275444f8049 authored over 4 years ago by xuri <[email protected]>
support parse and generate XML element namespace dynamic, fix #651

c922c32fb7571d3d40d3244e5635142bc390a3db authored over 4 years ago by xuri <[email protected]>
Resolve #667, support shared string table without unique count

820a314cfbcaa4d32401b0b6c67bf65f064483ec authored over 4 years ago by xuri <[email protected]>
Fix issue 665 (#666)

5993a07422b6ace5230f562551f014180a83515a authored over 4 years ago by jaby <[email protected]>
update docs and improve compatibility

0aa15106947965bdae9daae7571a4a3f569bf32d authored over 4 years ago by xuri <[email protected]>
Resolve #661 Add Logarithmic scale option support on Y axis (#662)

* Resolve #661 Add Logarithmic scale option support on Y axis

Example usage:
Add the followi...

42b1c8148883844cf80b70a3096e6ee67be01f61 authored over 4 years ago by Huy Bui (Kevin) <[email protected]>
support case-sensitive doc parts to improve compatibility

49257c5918f3aa9f2730021a7e6a24b4835646fd authored over 4 years ago by xuri <[email protected]>
Resolve #32, fix missing leading/leading spaces when working with SST

f7bd0729c65fc82305328f7ac8fbaf329d1075c0 authored over 4 years ago by xuri <[email protected]>
GetCols support the row element without r attribute in the worksheet

1cbb05d4977fc1c03fa37d704118fd9c722e487d authored over 4 years ago by xuri <[email protected]>
support the row element without r attribute in the worksheet

48f19f60aa3e162146a9dc4edf7b4c8cf687ec26 authored over 4 years ago by xuri <[email protected]>
Update docs and typo fixed

15fd56853fe1b63217fb963c951cf4fef7b56a08 authored over 4 years ago by xuri <[email protected]>
make columns iterator read cell streamingly and add max column limit on ColumnNumberToName

5221729bc342c5b12883ebe03898a85f755233c9 authored over 4 years ago by xuri <[email protected]>
Merge pull request #653 from Jerome1337/648-column-iterator

Implement columns iterator

dcb772d6921ce21d0f50907bd4dcd926fde15891 authored over 4 years ago by xuri <[email protected]>
Implement columns iterator

e9a4007c17f0db01b52bb40ab744c25e0f9e9673 authored over 4 years ago by Jérôme Pogeant <[email protected]>
Merge pull request #647 from heiy/master

escape html tag

8ce48b859a3803647a247a53b3c9fd49192fd4a7 authored over 4 years ago by xuri <[email protected]>
escape html tag

eb150c0c22749a11618a3e77ffc9ad0d58f11056 authored over 4 years ago by heiy <[email protected]>
fn: COUNTA

b6dd7648a142901655cc4f76cb7d3a6e73338c8f authored over 4 years ago by xuri <[email protected]>
fn: MEDIAN, ISNUMBER

b62950a39ef2063ec19c221a32d37bd01f197472 authored over 4 years ago by xuri <[email protected]>
fn: ISBLANK, ISERR, ISERROR, ISEVEN, ISNA, ISNONTEXT, ISODD, NA

22df34c4933bb28f6827b011cb6d9d3fd9f0e8d2 authored over 4 years ago by xuri <[email protected]>
fn: SUMIF

fa2571a17e869d5793d14dd67d8e2a6d15e80daf authored over 4 years ago by xuri <[email protected]>
add limits for total columns, row and filename length

2ae631376b95ff0a59ea18c2c0befcd50135b020 authored over 4 years ago by xuri <[email protected]>
speedup get cell value from shared string table

c168233e70db8f220bd07d9d6d277ae9e2a4a73f authored over 4 years ago by xuri <[email protected]>
Fix #622, storage string to SST (shared string table)

5c99300ee44de15e92bd8c5a92f2183c804d1379 authored over 4 years ago by xuri <[email protected]>
avoid creating duplicate number format

1aeb8182357ae4f1415fccb586c85f26483f0d99 authored over 4 years ago by xuri <[email protected]>
Resolve #643, avoid creating duplicate style

a546427fd9324af8320e3f7062ddba8d2343a3c3 authored over 4 years ago by xuri <[email protected]>
add test for ReadZipReader, close #642

7f78464f7f6ecd87c5f5c53d7c00320fd53c4a03 authored over 4 years ago by xuri <[email protected]>
Improved error handling and stoped the crash due to fatel error (#593) close #624

82bb1153d7b7ff1c50725bf34bd3cbc75b228137 authored over 4 years ago by sachin-puranik <[email protected]>
Merge pull request #517 from hengmyj/fix/cell_lock

make set cell value is concurrency safe

0dd616b18fef393ea5b632ba25ca365575f5f61b authored over 4 years ago by xuri <[email protected]>
Merge branch 'master' into fix/cell_lock

ec14de32f0c06f7a26b6b79578f666c0cc50b72c authored over 4 years ago by xuri <[email protected]>
- 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

2efc7107ff30dc7f1e1a798082616ee488f99489 authored over 4 years ago by xuri <[email protected]>
Merge pull request #410

98221a332ff9c37c9b20c44e9efdbe4c22a5cf5c authored over 4 years ago by xuri <[email protected]>
Merge pull request #638 from yuemanxilou/master

avoid duplicate filter database in workbook defined name

9b7d8463d39ad5fcaae24e5a3b7da296c5e29d17 authored over 4 years ago by xuri <[email protected]>
avoid duplicate filter database in workbook defined name

c815e4b84b9b777c30d127f384b38105afa2640d authored over 4 years ago by yuemanxilou <[email protected]>
Fix #637, improve the compatibility of the auto filter with Office 2007 - 2013

9baa1bbc9865bee1b3c8981ab98eb8c9049c40e4 authored over 4 years ago by xuri <[email protected]>
- New API: SetSheetFormatPr and GetSheetFormatPr

- typo fix, resolve #635

dfea8f96edc326717822ec9c4b92f462d0fe1255 authored over 4 years ago by xuri <[email protected]>
updated test and go.mod

0feb819d4c08ab52e806214b23d673001bd9fe3e authored over 4 years ago by xuri <[email protected]>
- formula engine: reduce cyclomatic complexity

- styles: allow empty and default cell formats, #628

882abb80988b7c50286dd2e6c6589fab10662db6 authored over 4 years ago by xuri <[email protected]>
- fn: SUMSQ

- resolve ineffectual assignment
- handle exception with invalid formula
- update range resolver

4188dc7a4a650200c697fd47ad28ba346bf786a6 authored over 4 years ago by xuri <[email protected]>
#65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, TRUNC

08185c398a0bf352662efa64ebb17c8746556969 authored over 4 years ago by xuri <[email protected]>
#65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, RANDBETWEEN, ROMAN

de34ecaacee83633977298d0424e8eb5eaacb876 authored over 4 years ago by xuri <[email protected]>
Merge branch 'formula'

5f29af258d3e1e70b76000de99b63753bb34e097 authored over 4 years ago by xuri <[email protected]>
Resolve #628, omit number format empty

1f73a19e0f3bff9869e333675957dd5c027d0ab9 authored over 4 years ago by xuri <[email protected]>
#65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM

97e3f4ce6822bea6d65961c0399f7563450b69b4 authored over 4 years ago by xuri <[email protected]>
#65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSC

5c82f2269dfa82c5be3afd7ac140aacbf2221829 authored over 4 years ago by xuri <[email protected]>
fn: CEILING, CEILING.MATH

6f796b88e68e927c71e51e22278f4d43b935e00a authored over 4 years ago by xuri <[email protected]>
fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASE

789adf9202b4bc04e74ea8fe72138f1942b2cc0c authored over 4 years ago by xuri <[email protected]>
fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENT

bdf05386408d439fda7cd495105f59cb2eaf8099 authored over 4 years ago by xuri <[email protected]>
init formula calculation engine, ref #65 and #599

48fc4c08a2a80f7826d20bf3fd5a018f8e6f3185 authored over 4 years ago by xuri <[email protected]>
handle the cell without r attribute in a row element

2285d4dc718fb8b96c3b2291c63b39c57468b0b9 authored over 4 years ago by xuri <[email protected]>
- Resolve #485 use sheet index instead of ID

- added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID

1fe660df648422a53eef0c735657cb2f5237ef7b authored over 4 years ago by xuri <[email protected]>
- Resolve #611, fix failure BenchmarkSetCellValue

- Allow empty filter, data, and rows in the pivot table
- Add more test case for pivot table

10115b5d889bb229d8707803b9413b20fe798588 authored almost 5 years ago by xuri <[email protected]>
Resolve #598, filter support for AddPivotTable

e36650f4ffd3e305d2c3834620f97ec382cf6faf authored almost 5 years ago by xuri <[email protected]>
Fix for issue #608 (#609)

a2e1da8d9d90ed71a33523cfe2c5231cd0b5fad9 authored almost 5 years ago by echarlus <[email protected]>
Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610)

6e90fa6b1d00b2c4ce85e79ee4054ee847fbbc87 authored almost 5 years ago by Olivier Mengué <[email protected]>
Resolve #172, init rich text support

66d0272f6af59b5f0c97a304379a795420a43e8b authored almost 5 years ago by xuri <[email protected]>
Performance improvements

0f2a9053246c3ae45e6c7ba911a1fb135664abdf authored almost 5 years ago by xuri <[email protected]>
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>

59f6af21a378fdde21422a92b79a7b03bba313d4 authored almost 5 years ago by foxmeder <[email protected]>
Add unit test case

736362694adff47424726a4e4e2569f8247e7fcf authored almost 5 years ago by xuri <[email protected]>
Resolve #345, fix missing comments by GetComments

3ce4b91be96589847823b6c1b6c123ba7880310f authored almost 5 years ago by xuri <[email protected]>
remove ineffectual variable assignments and simplify code

3f89c6e9799c9c82af1305f080416c53d19e64c1 authored almost 5 years ago by xuri <[email protected]>
Resolve #451, support create chart sheet

6afc468a025984aa1b265b0228f032c5ed881a3b authored almost 5 years ago by xuri <[email protected]>
#451, init struct for chart sheet

a75c6f63bea6c8e438482cb79e1725f23d7f7f9c authored almost 5 years ago by xuri <[email protected]>
Resolve #200, ignore empty conditional format style

cea3d806ecbec5027a8f0d7f10b700707131a7be authored almost 5 years ago by xuri <[email protected]>
Resolve #348, support delete Data Validation

6ab5b991e47e7fa9e9370da93404adaf04cba34a authored almost 5 years ago by xuri <[email protected]>
Resolve #470, export Style structs to allow create the style for cells by given JSON or structure

9e2318cefa4ebaa7bf6b1dbc95b30ad7a32366b1 authored almost 5 years ago by xuri <[email protected]>
Remove calculated properties to make recalculate formulas in some spreadsheet applications, such as Kingsoft WPS

2ccb8f62edd5d1ce039e663591964b9066fd2f4e authored almost 5 years ago by xuri <[email protected]>
Merge pull request #592 from hexbioc/master

Exported function to convert excel date to time

cb797540684d82fdb0fab111d0efce2977b24bf3 authored almost 5 years ago by xuri <[email protected]>
Export ExcelDateToTime function to convert excel date to time

Signed-off-by: Vaibhav Nayak <[email protected]>

83eedce70de7a1ddeb3a4446f86b13bc6ff0b5ec authored almost 5 years ago by Vaibhav Nayak <[email protected]>
Resolve #571, init remove conditional format support

1e3c85024d3bbc650c2f6a85fb075804af74720b authored almost 5 years ago by xuri <[email protected]>
Resolve #492, init support for insert and remove page break

1d87da57ecf5e13203b6441dd97160885981545e authored almost 5 years ago by xuri <[email protected]>
Merge pull request #589 from xxb-at-julichina/master

Reduce redundant memory copy in getRowHeight

0ac7e18389b65a50424db923954fadccecc9cde1 authored almost 5 years ago by xuri <[email protected]>
Update rows.go

386a42dfa25f4ce5d5daf95e87ab65c528dbdd38 authored almost 5 years ago by xxb-at-julichina <[email protected]>
AddPivotTable API changed: new structure PivotTableField to hold pivot table fields for better scalability

821a5d86725eb80b3f9e806d91eca5859497c2fa authored almost 5 years ago by xuri <[email protected]>
Fix #586, duplicate row with merged cells

8b20ea1685cdb010be8f95ffc047fa44e1a0e90a authored almost 5 years ago by xuri <[email protected]>
Resolve #582, support to set date field subtotal and names for pivot table

- typo fixed and update do.dev badge in the README.

6dcb7013eeeb8902be97c564c7a5a05dddcb06b8 authored almost 5 years ago by xuri <[email protected]>
Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757

ad883caa0f77dfc016ae99bd5fbb606953eb99a0 authored almost 5 years ago by xuri <[email protected]>
Fix #578, escape character in the formula

52f1eee7c487a086756bda857bb6390f8b4a0ffe authored almost 5 years ago by xuri <[email protected]>
Fix #576, serialize by fields order on stream flush

023dba726510a4a7a97838ac9a8f4292a90aa227 authored almost 5 years ago by xuri <[email protected]>
Resolve #570, flat columns for the column's operation

e51aff2d9562bbfb290ef76a948facb6d4660eff authored almost 5 years ago by xuri <[email protected]>
Merge pull request #565 from Amodio/master

SetColVisible() can parse a column range + typos.

a691c1048d2575d70ce97d2da80c2c40a2c37fb2 authored almost 5 years ago by xuri <[email protected]>
SetColVisible() can parse a column range + typos.

68754a2075f12ba3c2bdf3646e4a3e7a3fd829f5 authored almost 5 years ago by Jacques Boscq <[email protected]>
Resolve #455, init delete picture from spreadsheet support

cbc3fd21b79fbb819c1c341fc825701c04a0b473 authored almost 5 years ago by xuri <[email protected]>
Make DeleteChart delete multiple charts located on the same cell

e2bd08c9111b0141c66adf232edb2fd729afa63f authored almost 5 years ago by xuri <[email protected]>
Resolve #557, init delete chart support

0bb245523aada34c7b3d30f0f6e9b16d9f78e7b8 authored almost 5 years ago by xuri <[email protected]>
Specified combo chart as variadic parameters

fa7078f06c82ed30f9573caf3c4d24d49f45df5a authored almost 5 years ago by xuri <[email protected]>
Fix #554, init combo chart support, new chart pie of pie, bar of pie chart support

9ddb52eac4e451f676dabe4eed45ee95fce38eef authored almost 5 years ago by xuri <[email protected]>
optimize code and comments: use println errors instead of panic

5ca7231ed408ac264f509ff52b5d28ff4fbda757 authored about 5 years ago by xuri <[email protected]>
Fix #551, handle empty rows in streaming reading

5f5ec76740704a8362e5a120b4a3582b409a5fdd authored about 5 years ago by xuri <[email protected]>
Improve code coverage unit tests

09485b3f9f0aefc58d51462aed65c2416205c591 authored about 5 years ago by xuri <[email protected]>
Stream to Excel table (#530)

* Support all datatypes for StreamWriter

* Support setting styles with StreamWriter

**NOTE...

5c87effc7e6c97fff36a56dea1afac8a2f06fb37 authored about 5 years ago by Cameron Howey <[email protected]>
Fix #547 and #546, add default overlay element for the chart

8b960ee1e624bd2776a351a4a3b2ad04c29bae9a authored about 5 years ago by xuri <[email protected]>
Fix #538, added setting a major unit and tick label skip support for the chart

5f3a4bc39f9cf2987104ffe57242a0526cdd9158 authored about 5 years ago by xuri <[email protected]>
optimization: checking error in unit tests

1666d04559d9f5b579ab7c850ccc95863c31bd25 authored about 5 years ago by xuri <[email protected]>
Improve compatibility, fix workbook's rels ID calc error

4e4a5b9b3e052d1694442515492792fb1aa74c5a authored about 5 years ago by xuri <[email protected]>
Improve code coverage unit tests

ae2865d9237cfd27d7bc4fbef3870b3361597be8 authored about 5 years ago by xuri <[email protected]>
Update comments for the xmlNewDecoder (#542)

7358dca436f6ca5948a3f2865b14e828863d86a9 authored about 5 years ago by match-meng <[email protected]>