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
- Typo fixed;
- go test updated
Fix return index error in function `GetSheetMap()`;
Fix return worksheet name error in function `...
- Optimize deserialization operations;
- README updated, add go version required notice
github.com/qax-os/excelize - 330c7a0925353c8458747b309ad94067beae1d34 authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 7ceb4f21adc3fe405eae9aee559b2f319eab35fa authored almost 8 years ago by Ri Xu <[email protected]>
- go test updated
github.com/qax-os/excelize - 02b81b7efe58549f88c93c1264ef618ee842c0fc authored almost 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - 8dcdf9024dda4f31797e8b5b00d198ea905527bf authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - bee487c445768b8afd15bbfa7caa4d8427e4c880 authored almost 8 years ago by Ri Xu <[email protected]>
- go test updated
github.com/qax-os/excelize - b6254209fe56c84a9ac99805ce3dd877a494e134 authored almost 8 years ago by Ri Xu <[email protected]>- go test updated
github.com/qax-os/excelize - 0d3452fbe22b5700baa23a4972c68cbadc19d600 authored almost 8 years ago by Ri Xu <[email protected]>- Rename function `SetBorder` to `SetCellStyle`;
- Complete `xlsxColor` structure definition;
- g...
github.com/qax-os/excelize - de6e075713069bd71243930756ae6f707babf44e authored almost 8 years ago by Ri Xu <[email protected]>
- Partial logic performance optimization, use pointer reference instead of a pass the variable va...
github.com/qax-os/excelize - 5384756d6483ba4bda294d47461c8df8b25c7a9c authored almost 8 years ago by Ri Xu <[email protected]>- Function parameter code is simplified;
- Fix element `Tint` value parsing error in worksheet;
-...
github.com/qax-os/excelize - 48722e6482d97e742755002061bf1c7b042bfb44 authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 109d8adae3f5ca5a24905c6b2581ae8c42095d51 authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 1e340aea40085133ffb98ed7635d937aa977f177 authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 4b8b410f523993520c133200dacc44d5311b9fd5 authored almost 8 years ago by Ri Xu <[email protected]>
Standard io.Reader and io.Writer capabilities
github.com/qax-os/excelize - 83410317edfb5cb7d278dda4788effed729bddab authored almost 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - bd817ea8907386371f123426b66d7ee936f931c1 authored almost 8 years ago by Josh Fyne <[email protected]>
github.com/qax-os/excelize - e8ba09d0c532edbfea22467379db9566308671c5 authored almost 8 years ago by Josh Fyne <[email protected]>
github.com/qax-os/excelize - d9f4a2f154f8d4242572a2fcebdf76b91ed86348 authored almost 8 years ago by Josh Fyne <[email protected]>
- Fix go test typo;
- Update README
github.com/qax-os/excelize - 53564cbe57522467a7e0febd0c9ae4374fa90808 authored almost 8 years ago by Ri Xu <[email protected]>
Add SetRowHeight function
github.com/qax-os/excelize - 94dc0da329a645ed8956e9d688cdc722ddd79f23 authored almost 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - 8ce12b60b8a37ce6d3bd0bcee360393d52d4d0eb authored almost 8 years ago by Nikolas Silva <[email protected]>
github.com/qax-os/excelize - a1060e779ee295e9871e2fbe9148d8d9dc72a379 authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - c0a3020886df623e76baedec04b97903573b6c0d authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - bd5b033b02f3fed70b90ec64b13c3291ba2186ff authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 9559f454a7f7a4697bec631247046c99f20599db authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 81146218c72c02af181e053187ac2b8561f61e02 authored almost 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 03234d6a254ea9fca674bf11564e88a5bd4d054f authored almost 8 years ago by Ri Xu <[email protected]>
- Character limits for cells added;
- Update go test and fix typo
github.com/qax-os/excelize - 52796f6e58e95145e2964d0d313a2f721dcc040e authored almost 8 years ago by Ri Xu <[email protected]>
- Add escape characters of sheet name;
- Update go test and fix typo
- go test updated;
- fix typo and `gofmt -s` formatted
Setter function to set raw values into a cell
github.com/qax-os/excelize - 53d8c4bb3aca921d7dd0a4ac3233887208513bfb authored almost 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - 57fc2943ff6e1b2f062daafc6d03d9fc05bfe896 authored almost 8 years ago by Sharsie <[email protected]>
SetCellStr escapes the value in a cell so the excel sheet cannot use the value in formulas.
S...
github.com/qax-os/excelize - 670a58791208d64d045a68f56dafab58f292c13e authored almost 8 years ago by Sharsie <[email protected]>github.com/qax-os/excelize - 2497ccb8768d68ef5e5e3375f23265b9fee97e0d authored about 8 years ago by Ri Xu <[email protected]>
- New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.
github.com/qax-os/excelize - 9e8d36ce59381eadb934585a179c4c6d7f871b35 authored about 8 years ago by Ri Xu <[email protected]>- Update workbook and sheet relationships and self-close tag replacement hack functions
github.com/qax-os/excelize - f958f05a3bf6f9fdc7f76539d9a3b24f49cc2694 authored about 8 years ago by Ri Xu <[email protected]>- Compatibility improved: relationship namespace in `workbook.xml` has been changed (`xmlns:mc`, ...
github.com/qax-os/excelize - c5cc500b886366a99641eaa7bc24613f6066fd79 authored about 8 years ago by Ri Xu <[email protected]>- Fix `GetCellValue` causes panic in some particular situation issues;
- Go test updated
github.com/qax-os/excelize - a16d2ec83b5ee3e56cff1aceb266e367a51d312d authored about 8 years ago by Ri Xu <[email protected]>
- Fix issue XML tag `headerFooter` and `sheetPr` element self-close errors cause file corruption;...
github.com/qax-os/excelize - b84bfa7eab84a8e065bd5acedeae3d0ba8dc5f8b authored about 8 years ago by Ri Xu <[email protected]>- Update import PKG syntax in struct;
- Update test XLSX file (include table, charts, functions, ...
- Update test template for this fix
github.com/qax-os/excelize - ddeed48fc19e814e1ec2c04580108f7b865cf181 authored about 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - 6e1475a2429b2088a4c0b322962fc584370653d9 authored about 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 2a3620e750df7dc8c24791d51ca8e06c0f68799c authored about 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 6adcb9d88fe93ce390a89eb83e78d42b94007a43 authored about 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 78eb9820525c4be2b6505c262e8e0e6656c3dc26 authored about 8 years ago by Ri Xu <[email protected]>
looping on rows columns functionality
github.com/qax-os/excelize - b4f7e72353c4c699770f5f1849c1f3b3d96db2ff authored about 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - 1bbc54d4ec8d11ecb41bea99aa1b7220c4e6f040 authored about 8 years ago by ahmad <[email protected]>
github.com/qax-os/excelize - 37c4575835a40126ec7ce227c18aa8dbf9cc4bf3 authored about 8 years ago by ahmad <[email protected]>
github.com/qax-os/excelize - 6185cd577df8223f4c8e4b239a046bdfe8d07fd9 authored about 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 1a2570b873030458554d0c689e5b00ba16a8f110 authored about 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 75abc628fe41bc67c787f79103c8d72e539a9fb2 authored about 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - e28de172c6008c590c32ace62da2535ea0338de9 authored about 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - c5cffaac4312cf10f99d7a65891d6a26de090778 authored about 8 years ago by Ri Xu <[email protected]>
Update README.md @schigh ๐ Thanks for your pr.
github.com/qax-os/excelize - e50690dce0fb842e5e5408b645cfd9411997938c authored about 8 years ago by Ri Xu <[email protected]>added missing imports
github.com/qax-os/excelize - 5137cfa56640919e5660cb2ad4fa7a199588387c authored about 8 years ago by Steve H <[email protected]>Revert "Update README.md"
github.com/qax-os/excelize - ea11b501059eda7d4deaa3e9eca9d9407a7ef719 authored about 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - 305ed62655a54888cf90888483ac66474264f8f7 authored about 8 years ago by Ri Xu <[email protected]>
Update README.md @schigh Thanks for u pull request.
github.com/qax-os/excelize - a481045770808b4d42e3d7702716edd6d8bbf5fb authored about 8 years ago by Ri Xu <[email protected]>Adding more realistic error handling in examples
github.com/qax-os/excelize - 2ebf9884010440e06a93b15818bf578295bac3b3 authored about 8 years ago by Steve H <[email protected]>Make readme highlight code
github.com/qax-os/excelize - 051fc18a3adfeb583f064d61a817933ede2d5905 authored about 8 years ago by Ri Xu <[email protected]>github.com/qax-os/excelize - 6dda05d30e1be58909e291433ef7c226f7e4b215 authored about 8 years ago by Aldi Priya Perdana <[email protected]>
github.com/qax-os/excelize - db5f5134d5e221d7f9ed47c320d2cb0b519af565 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - d877d9f246c5232edd1d8eb4e3e8b5cca7cf1221 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 9e0aca22233da1326794d378c3d06acbc4e76a8e authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 2e8fa2d39c8771c6f79c59e708f2b443302ade7f authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - cbfd6577536304f9b0b93edb7748475d8266fe19 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 9c14741a6beaab9048d107f2ac47d79416d51c62 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 0dd0fba96b8a33eb5fd365131bfc4a2361a9fe3f authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - df8f85d6abdebba567766484705134f30bf5f847 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 50863294f9d6f2ecc399d06f1b3c2312c4bdce10 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 956a4627d1f2b78172eaaf6078209d4cf8e64ce2 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 9c3a24d5c369216ec5e1c292dd6547f7e263d23f authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 78e79347b650baffca03ee61dffff59e978a79e2 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - db47b6750d06ce8726e042454c9a2291a5466874 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 7bd8d9ee5b6952af85f555ac0d74910f87ea71f9 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 192af02a40cc745d967be1c96fcc52569ca8e8df authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 0a0a36bafd160752c2af914ab3bdb1d28665ebe3 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 2d0eda1aec6f9133e87144d64564051310b58a90 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 0e61ae7eda79e7b4e6501c64cf75dea0923489b3 authored over 8 years ago by Ri Xu <[email protected]>
- Optimisation code use fmt package
- Update README
- Remove useless function
github.com/qax-os/excelize - 0d60020f9678c80df75d180cc874a24d80b1db08 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 6a037fdb7b2efd438b4eb4a4362dc5f1e7fa6777 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - d207d61f67c6c05bc6246d85fc57134d341092ab authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - 2125f5f7a8ff1647ad47663613860995c55be3b6 authored over 8 years ago by Ri Xu <[email protected]>
github.com/qax-os/excelize - a9d3ee28693adfe920b3cd047f52862d8a79a00e authored over 8 years ago by Ri Xu <[email protected]>