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
Closes #390
github.com/qax-os/excelize - b1c9884f6d186bd1bfb4fc1d34061856345b8530 authored over 5 years ago by Harris <[email protected]>github.com/qax-os/excelize - f91f548614a7182ce66d55d10ed311e9b7e08a2a authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 7e77e14814658486267e3f237f484fa8e63a0cd4 authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 25763ba3e1af39bf2fd00bfa6aabcb054ca78327 authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 69b38ddcd60f7cf4c158c706ddbbeb89a8ff2108 authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 72701e89c7145f9d08a79c93040e232b2875c855 authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 63e97ffc9aae35780cdbd69ad966fb101fc5217f authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - b1f632d4084130628f10906ff6a7bb55022e4c08 authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 01a418bda8502890e89ab20a2b41220372877bae authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 29b2854e53560beb3c238786929097421fa9a942 authored over 5 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 095b5fb62a4bfea5c2163e415ad26e46c8c3b720 authored over 5 years ago by xuri <[email protected]>
typo fixed
github.com/qax-os/excelize - b45c4b094c6b2a7bfbc9944fc04c51c45b3454a3 authored over 5 years ago by xuri <[email protected]>github.com/qax-os/excelize - 0660f30cddc06de7883d40eb4f8e4945c18a0252 authored over 5 years ago by xuri <[email protected]>
* Rewrite prepareSheetXML to scale linearly
We don't need to backfill columns into every row ...
github.com/qax-os/excelize - 0f9170a03b9fe19c1c22687fba8bcbdfd69a6347 authored over 5 years ago by Michael <[email protected]>github.com/qax-os/excelize - a88459d5f1e83006ba421f334a1513d1c231eb6b authored over 5 years ago by xuri <[email protected]>
add error return value
exported functions:
GetMergeCells
ProtectSheet
UnprotectSheet
UpdateLin...
github.com/qax-os/excelize - c423617e9d948b61cf9397710bf8f2098efe7634 authored over 5 years ago by xuri <[email protected]>
Fix two bugs related to Formula
github.com/qax-os/excelize - 031ae303fd37b43f687c57edbf58cad7f354f8c7 authored over 5 years ago by xuri <[email protected]>fix calc object position for addPicture
github.com/qax-os/excelize - 8fff533b40111085f936075d7da12490be4a46a2 authored over 5 years ago by xuri <[email protected]>Fix file corruption issue when deleting a sheet containing a formula.
github.com/qax-os/excelize - 841ff4a03e2b30378f6bb2930752c8e9dcfe0dca authored almost 6 years ago by Aplulu <[email protected]>github.com/qax-os/excelize - 4e7d93a77796aa6814339d377a94d4b66226f1ce authored almost 6 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 8134197b07c5aa7615d97b586d69d8ff02f19df3 authored almost 6 years ago by nabeyama yoshihide <[email protected]>
The target cell for calclator the height was shifted by 1.
github.com/qax-os/excelize - b0acd922ef9e4874eeadd905a636ebc911b1b299 authored almost 6 years ago by nabeyama yoshihide <[email protected]>The target cell for calclator the width was shifted by 1.
github.com/qax-os/excelize - 28c02e3aaf585037f7d9035c21901844bdda91a2 authored almost 6 years ago by nabeyama yoshihide <[email protected]>Do not save duplicate images
github.com/qax-os/excelize - eca66180f191ba1209e5d50859be51eec7954281 authored almost 6 years ago by xuri <[email protected]>
Adding the same image should create a drawing referencing the
already stored copy of the image.
...
github.com/qax-os/excelize - f0244c00161ad6372ceb1ec951f3a82c741cd46a authored almost 6 years ago by xuri <[email protected]>
Exported functions:
SetCellStyle
InsertCol
RemoveCol
RemoveRow
InsertRow
DuplicateRow
Duplicate...
* Add benchmark for adding images to sheet
This should help track performance regressions in ...
github.com/qax-os/excelize - 2874d75555102b8266477cdda2966ff37dde6b12 authored almost 6 years ago by Michael <[email protected]>github.com/qax-os/excelize - 677a22d99497fcc24135c949ab721d80ba5aa92a authored almost 6 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 7d197c6d8963c4d7b6ba12b1f37c4bf1c9d0dade authored almost 6 years ago by Veniamin Albaev <[email protected]>
github.com/qax-os/excelize - 70b1a29165867643e961ceef27592349a122ab7c authored almost 6 years ago by xuri <[email protected]>
This allows the user to set a floating point value into a
cell with a specific number of places...
typo fixed and go test updated
github.com/qax-os/excelize - 40ea8eb014c200c5ed8d81918ee56b0579aca324 authored almost 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - beff7b4f3c1c9a964d5f09181e1368d3a2b9a096 authored almost 6 years ago by xuri <[email protected]>
* Huge refactorig for consistent col/row numbering
Started from simply changing ToALphaString...
github.com/qax-os/excelize - dc01264562e6e88d77a28042408029770ea32df4 authored almost 6 years ago by Veniamin Albaev <[email protected]>update go test and function docs
github.com/qax-os/excelize - 092f16c744c40e85be5cf6128dfb35c96e7df78b authored almost 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - b974df402a70364ec9b39360b5e1f6722d36a857 authored almost 6 years ago by caozhiyi <[email protected]>
* update README and functions docs
* update README and functions docs
github.com/qax-os/excelize - 164a3e126aafd1b5652d9da60ae2ba2240d412eb authored almost 6 years ago by Kimxu <[email protected]>* Implement consistent row addressing by Excel row number starting with 1
1. Added second ver...
github.com/qax-os/excelize - 12c1e2481e3f9f3c3c12a938484f04b12d5dede8 authored almost 6 years ago by Veniamin Albaev <[email protected]>github.com/qax-os/excelize - f66212da9bab1c39ab791d41881c70ae7ba00c20 authored almost 6 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 1aed1d744b12885c4a88c090494175c59208e038 authored almost 6 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 1427027e38d6db46d441243f00d6989c2f53e7ce authored almost 6 years ago by BluesJhao <[email protected]>
github.com/qax-os/excelize - c223815cfe88e2cdfe3631860a6936e94229f779 authored almost 6 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 0072bb731043f89ce978778b9d7fdc6160e29de0 authored almost 6 years ago by xuri <[email protected]>
* TestTitleToNumber: more test cases
* TitleToNumber: drop use of math.Pow()
Compute using...
github.com/qax-os/excelize - e780e41e0222517caa9c69030b5955ab2b458a49 authored almost 6 years ago by Olivier Mengué <[email protected]>github.com/qax-os/excelize - b7b925c03fa611b0157214357cc7f7b949b32992 authored almost 6 years ago by xuri <[email protected]>
fix: datavalidation list error, formula > 255 issue #339
github.com/qax-os/excelize - 36fc39feb6283ef8e130898fbacc250144d342f8 authored almost 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - daf32a37f948f08cd585b14a935b49efdec9ff96 authored almost 6 years ago by rentiansheng <[email protected]>
The function SetPageLayout support set paper size
github.com/qax-os/excelize - 0c5c99e2ad1478499e634d3cc42c9c261e89bba0 authored almost 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - 81948d9e1ee807a1e5f9b654f2edc47b121c4b0e authored almost 6 years ago by kkxkkxkkgh <[email protected]>
Resolve #333 New feature: File.DuplicateRowTo() duplicate row to a specified row position
github.com/qax-os/excelize - 7f1323f7ac7037670848fb8ab103ace59748c28e authored almost 6 years ago by xuri <[email protected]>DuplicateRowTo() is similar to DuplicateRow() but copies specified row not just after specified ...
github.com/qax-os/excelize - 725c1a0c40971282ff924f4802a57e4c17431691 authored almost 6 years ago by Veniamin Albaev <[email protected]>Do not create a blank fill if no fill is specified in the style format
github.com/qax-os/excelize - b0ed4c12d2cced29d82e8a4af47f7b42f555ca8c authored almost 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - 5dd00b9a004d5a7bc867ed09387cbd88fed240e4 authored almost 6 years ago by Michael W. Mitton <[email protected]>
Resolve #318, add new functions `SetPageLayout` and `GetPageLayout`
github.com/qax-os/excelize - 055d3fadf289f98a1f3cae3fe5177ccc5ea3509d authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - 034de7acd88e848e051b9ee809767e63476cd88e authored about 6 years ago by zhangleijlu <[email protected]>
github.com/qax-os/excelize - 969f4e2399d17386c1beda389096a737873110ff authored about 6 years ago by xuri <[email protected]>
* #195: proposed resolution to the issue
* Make GetRows return value avoid empty cell
* Up...
github.com/qax-os/excelize - dea7ba0ec43a4c29a6642d02b6edc73b8b0369f0 authored about 6 years ago by Rafael Barros <[email protected]>github.com/qax-os/excelize - fabd9d013f7d18cfc77e374a603a26995fdf091d authored about 6 years ago by xuri <[email protected]>
Add license scan report and status
github.com/qax-os/excelize - 34ee74b72a909da32d3b7362176905457fe2469d authored about 6 years ago by xuri <[email protected]>Signed-off-by: fossabot <[email protected]>
github.com/qax-os/excelize - 46179eac457dee67b40dde1070affe3bf787bd9c authored about 6 years ago by fossabot <[email protected]>Tests refactoring
github.com/qax-os/excelize - 45ab95a4a118ed3ffa101cfe76eb8ba5c051aac5 authored about 6 years ago by xuri <[email protected]>
Primary motivation: Avoid statefull tests with not ignorable git file tree changes.
Multiple tes...
github.com/qax-os/excelize - 9a6f66a996eb83f16da13416c5fca361afe575b0 authored about 6 years ago by xuri <[email protected]>
* go mod tidy applied
* File.DuplicateRow() method added
github.com/qax-os/excelize - 7b7ca99f5d570c30f7eee92c38c5e632b7815239 authored about 6 years ago by Veniamin Albaev <[email protected]>github.com/qax-os/excelize - 9b8baf75ad7613dba24635b4c66791e404c6b7d5 authored about 6 years ago by r-uchino <[email protected]>
github.com/qax-os/excelize - b04107c4a374dfc0a625d1513b0e5cb1d907260b authored about 6 years ago by xuri <[email protected]>
CodeLingo Setup
github.com/qax-os/excelize - e7a96da2db1850d6cef5c2f9f199615edc752121 authored about 6 years ago by xuri <[email protected]>Signed-off-by: CodeLingo Bot <[email protected]>
github.com/qax-os/excelize - dcc20705ae08776363013d002473db77b042feb4 authored about 6 years ago by CodeLingo Bot <[email protected]>Add GetMergeCells
github.com/qax-os/excelize - 3ca3156d453076d5423b15cb47bfc8f027ebe95d authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - 3012df08eb81756704a8e3f47fff59d0a6bf693b authored about 6 years ago by sairoutine <[email protected]>
github.com/qax-os/excelize - 90221bd98fab0ce85a177d955d79a964bb4b66b2 authored about 6 years ago by xuri <[email protected]>
Add support to flip outline summaries
github.com/qax-os/excelize - d166d2e06fd7faf116a5d8ef9ec035a5a05799c5 authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - e728ff14981bda19a18a830e416290cecc5a269e authored about 6 years ago by xuri <[email protected]>
migrate to go module
github.com/qax-os/excelize - 62fbc216a7caa7e2932062c0f3554713dafe4c82 authored about 6 years ago by xuri <[email protected]>
This adds outlinePr support, with the summaryBelow attribute
which defaults to true.
Closes #30...
github.com/qax-os/excelize - faa7285a4f5db13e3629360562abc8a459bad0c2 authored about 6 years ago by Harris <[email protected]>github.com/qax-os/excelize - 252d31b3c6adbfddbb7dcb6732ddad7ca2c87302 authored about 6 years ago by wcsiu <[email protected]>
Fix comments according to best practices by effective go
github.com/qax-os/excelize - 4094e0019f08bb771eb45ee90b1ae119c71a0f3a authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - 81b43da7b6b5b34f408f0d785a6c798ddd3b6124 authored about 6 years ago by xuri <[email protected]>
github.com/qax-os/excelize - b89f75c8968e07f41cb7e44a4bbad493cd9e051a authored about 6 years ago by xuri <[email protected]>
resolve #297, fix GetSheetMap() failed
github.com/qax-os/excelize - 724ed5f9f3835c317ca9b8b52c30d3cea8754a5b authored about 6 years ago by xuri <[email protected]>Change-Id: I585a4a017867b89bd39cb6e711467a46eaa757be
github.com/qax-os/excelize - 1bb59f75ea71d88a20802f97da7158eb43d082dd authored about 6 years ago by taomin597715379 <[email protected]>resolve #289, #290
github.com/qax-os/excelize - 507fc5307d17194203046321534244a8fe6215ed authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - ef334ee658e6d4d7279e3a12e292d8c8f3800f77 authored about 6 years ago by peiqi <[email protected]>
New function `UnprotectSheet()` has been added
github.com/qax-os/excelize - 2aca340f5d8358828f2d6c889d50fd34693ecfe7 authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - 51857a217d6eec867d70f948104177e728c19bf5 authored about 6 years ago by q523591 <[email protected]>
new feature: protect sheet support, relate issue #273
github.com/qax-os/excelize - 4dbc78ce0a0d40be189b4c77207cdbb598846c73 authored about 6 years ago by HcySunYang <[email protected]>resolve #277 Add testing case for the function `SearchSheet()`
github.com/qax-os/excelize - 30122d0346dc751b01c9865af3febb1f99e1f5e0 authored about 6 years ago by xuri <[email protected]>fix unknown option in JSON struct tag
github.com/qax-os/excelize - 7adb8f8a2e218fcb86d9e87ae061741d300c3807 authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - 0ef2324f0bdd2fb524b0e19973c2b1a093a5afc5 authored about 6 years ago by tvso <[email protected]>
github.com/qax-os/excelize - 75edf1ac7d05854f36a518be0aecb397908adb76 authored about 6 years ago by covv <[email protected]>
New function: `SearchSheet()`, relate issue #277
github.com/qax-os/excelize - 42c3541f6840d6e4c03455401ec00f5ce1130d54 authored about 6 years ago by xuri <[email protected]>New function: `SearchSheet()`, relate issue #277
github.com/qax-os/excelize - b917466c71a51877cc34f9c1997b59196b06fddd authored about 6 years ago by xuri <[email protected]>github.com/qax-os/excelize - e2e58a3a441a169ff8e9e5e65caf545a15026c37 authored about 6 years ago by peng <[email protected]>
github.com/qax-os/excelize - 90bdd3632f16244583525e580fa3edd42361db68 authored about 6 years ago by xuri <[email protected]>
github.com/qax-os/excelize - 1c45425f12f38012b975c36f4d17bd1cec3c0aba authored about 6 years ago by xuri <[email protected]>
Add Support for WriteTo Buffer
github.com/qax-os/excelize - d8a34af384d2fa2493e80bf0259454043b3ff54e authored about 6 years ago by xuri <[email protected]>* add new exported function to get Excel file content buffer
* refactor the WriteTo function
github.com/qax-os/excelize - 2be4d45c6270d2b8c3e80d8bd6a10cba71b5052a authored about 6 years ago by lizheao <[email protected]>Update documentation and add sample file
github.com/qax-os/excelize - f0234e6c08f77d23499945e2720a900306a12e95 authored over 6 years ago by xuri <[email protected]>