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
Closes #390
b1c9884f6d186bd1bfb4fc1d34061856345b8530 authored over 5 years agof91f548614a7182ce66d55d10ed311e9b7e08a2a authored over 5 years ago
7e77e14814658486267e3f237f484fa8e63a0cd4 authored over 5 years ago
25763ba3e1af39bf2fd00bfa6aabcb054ca78327 authored over 5 years ago
69b38ddcd60f7cf4c158c706ddbbeb89a8ff2108 authored over 5 years ago
72701e89c7145f9d08a79c93040e232b2875c855 authored over 5 years ago
63e97ffc9aae35780cdbd69ad966fb101fc5217f authored over 5 years ago
b1f632d4084130628f10906ff6a7bb55022e4c08 authored over 5 years ago
01a418bda8502890e89ab20a2b41220372877bae authored over 5 years ago
29b2854e53560beb3c238786929097421fa9a942 authored almost 6 years ago
095b5fb62a4bfea5c2163e415ad26e46c8c3b720 authored almost 6 years ago
typo fixed
b45c4b094c6b2a7bfbc9944fc04c51c45b3454a3 authored almost 6 years ago0660f30cddc06de7883d40eb4f8e4945c18a0252 authored almost 6 years ago
* Rewrite prepareSheetXML to scale linearly
We don't need to backfill columns into every row ...
0f9170a03b9fe19c1c22687fba8bcbdfd69a6347 authored almost 6 years agoa88459d5f1e83006ba421f334a1513d1c231eb6b authored almost 6 years ago
add error return value
exported functions:
GetMergeCells
ProtectSheet
UnprotectSheet
UpdateLin...
c423617e9d948b61cf9397710bf8f2098efe7634 authored almost 6 years ago
Fix two bugs related to Formula
031ae303fd37b43f687c57edbf58cad7f354f8c7 authored almost 6 years agofix calc object position for addPicture
8fff533b40111085f936075d7da12490be4a46a2 authored almost 6 years agoFix file corruption issue when deleting a sheet containing a formula.
841ff4a03e2b30378f6bb2930752c8e9dcfe0dca authored almost 6 years ago4e7d93a77796aa6814339d377a94d4b66226f1ce authored almost 6 years ago
8134197b07c5aa7615d97b586d69d8ff02f19df3 authored almost 6 years ago
The target cell for calclator the height was shifted by 1.
b0acd922ef9e4874eeadd905a636ebc911b1b299 authored almost 6 years agoThe target cell for calclator the width was shifted by 1.
28c02e3aaf585037f7d9035c21901844bdda91a2 authored almost 6 years agoDo not save duplicate images
eca66180f191ba1209e5d50859be51eec7954281 authored almost 6 years ago
Adding the same image should create a drawing referencing the
already stored copy of the image.
...
f0244c00161ad6372ceb1ec951f3a82c741cd46a authored almost 6 years ago
Exported functions:
SetCellStyle
InsertCol
RemoveCol
RemoveRow
InsertRow
DuplicateRow
Duplicate...
* Add benchmark for adding images to sheet
This should help track performance regressions in ...
2874d75555102b8266477cdda2966ff37dde6b12 authored almost 6 years ago677a22d99497fcc24135c949ab721d80ba5aa92a authored almost 6 years ago
7d197c6d8963c4d7b6ba12b1f37c4bf1c9d0dade authored almost 6 years ago
70b1a29165867643e961ceef27592349a122ab7c authored almost 6 years ago
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
40ea8eb014c200c5ed8d81918ee56b0579aca324 authored almost 6 years agobeff7b4f3c1c9a964d5f09181e1368d3a2b9a096 authored almost 6 years ago
* Huge refactorig for consistent col/row numbering
Started from simply changing ToALphaString...
dc01264562e6e88d77a28042408029770ea32df4 authored almost 6 years agoupdate go test and function docs
092f16c744c40e85be5cf6128dfb35c96e7df78b authored almost 6 years agob974df402a70364ec9b39360b5e1f6722d36a857 authored almost 6 years ago
* update README and functions docs
* update README and functions docs
164a3e126aafd1b5652d9da60ae2ba2240d412eb authored almost 6 years ago* Implement consistent row addressing by Excel row number starting with 1
1. Added second ver...
12c1e2481e3f9f3c3c12a938484f04b12d5dede8 authored almost 6 years agof66212da9bab1c39ab791d41881c70ae7ba00c20 authored almost 6 years ago
1aed1d744b12885c4a88c090494175c59208e038 authored almost 6 years ago
1427027e38d6db46d441243f00d6989c2f53e7ce authored almost 6 years ago
c223815cfe88e2cdfe3631860a6936e94229f779 authored almost 6 years ago
0072bb731043f89ce978778b9d7fdc6160e29de0 authored almost 6 years ago
* TestTitleToNumber: more test cases
* TitleToNumber: drop use of math.Pow()
Compute using...
e780e41e0222517caa9c69030b5955ab2b458a49 authored almost 6 years agob7b925c03fa611b0157214357cc7f7b949b32992 authored almost 6 years ago
fix: datavalidation list error, formula > 255 issue #339
36fc39feb6283ef8e130898fbacc250144d342f8 authored about 6 years agodaf32a37f948f08cd585b14a935b49efdec9ff96 authored about 6 years ago
The function SetPageLayout support set paper size
0c5c99e2ad1478499e634d3cc42c9c261e89bba0 authored about 6 years ago81948d9e1ee807a1e5f9b654f2edc47b121c4b0e authored about 6 years ago
Resolve #333 New feature: File.DuplicateRowTo() duplicate row to a specified row position
7f1323f7ac7037670848fb8ab103ace59748c28e authored about 6 years agoDuplicateRowTo() is similar to DuplicateRow() but copies specified row not just after specified ...
725c1a0c40971282ff924f4802a57e4c17431691 authored about 6 years agoDo not create a blank fill if no fill is specified in the style format
b0ed4c12d2cced29d82e8a4af47f7b42f555ca8c authored about 6 years ago5dd00b9a004d5a7bc867ed09387cbd88fed240e4 authored about 6 years ago
Resolve #318, add new functions `SetPageLayout` and `GetPageLayout`
055d3fadf289f98a1f3cae3fe5177ccc5ea3509d authored about 6 years ago034de7acd88e848e051b9ee809767e63476cd88e authored about 6 years ago
969f4e2399d17386c1beda389096a737873110ff authored about 6 years ago
* #195: proposed resolution to the issue
* Make GetRows return value avoid empty cell
* Up...
dea7ba0ec43a4c29a6642d02b6edc73b8b0369f0 authored about 6 years agofabd9d013f7d18cfc77e374a603a26995fdf091d authored about 6 years ago
Add license scan report and status
34ee74b72a909da32d3b7362176905457fe2469d authored about 6 years agoSigned-off-by: fossabot <[email protected]>
46179eac457dee67b40dde1070affe3bf787bd9c authored about 6 years agoTests refactoring
45ab95a4a118ed3ffa101cfe76eb8ba5c051aac5 authored about 6 years ago
Primary motivation: Avoid statefull tests with not ignorable git file tree changes.
Multiple tes...
9a6f66a996eb83f16da13416c5fca361afe575b0 authored about 6 years ago
* go mod tidy applied
* File.DuplicateRow() method added
7b7ca99f5d570c30f7eee92c38c5e632b7815239 authored about 6 years ago9b8baf75ad7613dba24635b4c66791e404c6b7d5 authored about 6 years ago
b04107c4a374dfc0a625d1513b0e5cb1d907260b authored about 6 years ago
CodeLingo Setup
e7a96da2db1850d6cef5c2f9f199615edc752121 authored about 6 years agoSigned-off-by: CodeLingo Bot <[email protected]>
dcc20705ae08776363013d002473db77b042feb4 authored about 6 years agoAdd GetMergeCells
3ca3156d453076d5423b15cb47bfc8f027ebe95d authored about 6 years ago3012df08eb81756704a8e3f47fff59d0a6bf693b authored about 6 years ago
90221bd98fab0ce85a177d955d79a964bb4b66b2 authored about 6 years ago
Add support to flip outline summaries
d166d2e06fd7faf116a5d8ef9ec035a5a05799c5 authored about 6 years agoe728ff14981bda19a18a830e416290cecc5a269e authored about 6 years ago
migrate to go module
62fbc216a7caa7e2932062c0f3554713dafe4c82 authored about 6 years ago
This adds outlinePr support, with the summaryBelow attribute
which defaults to true.
Closes #30...
faa7285a4f5db13e3629360562abc8a459bad0c2 authored about 6 years ago252d31b3c6adbfddbb7dcb6732ddad7ca2c87302 authored about 6 years ago
Fix comments according to best practices by effective go
4094e0019f08bb771eb45ee90b1ae119c71a0f3a authored about 6 years ago81b43da7b6b5b34f408f0d785a6c798ddd3b6124 authored about 6 years ago
b89f75c8968e07f41cb7e44a4bbad493cd9e051a authored about 6 years ago
resolve #297, fix GetSheetMap() failed
724ed5f9f3835c317ca9b8b52c30d3cea8754a5b authored about 6 years agoChange-Id: I585a4a017867b89bd39cb6e711467a46eaa757be
1bb59f75ea71d88a20802f97da7158eb43d082dd authored about 6 years agoresolve #289, #290
507fc5307d17194203046321534244a8fe6215ed authored about 6 years agoef334ee658e6d4d7279e3a12e292d8c8f3800f77 authored about 6 years ago
New function `UnprotectSheet()` has been added
2aca340f5d8358828f2d6c889d50fd34693ecfe7 authored about 6 years ago51857a217d6eec867d70f948104177e728c19bf5 authored about 6 years ago
new feature: protect sheet support, relate issue #273
4dbc78ce0a0d40be189b4c77207cdbb598846c73 authored about 6 years agoresolve #277 Add testing case for the function `SearchSheet()`
30122d0346dc751b01c9865af3febb1f99e1f5e0 authored about 6 years agofix unknown option in JSON struct tag
7adb8f8a2e218fcb86d9e87ae061741d300c3807 authored about 6 years ago0ef2324f0bdd2fb524b0e19973c2b1a093a5afc5 authored about 6 years ago
75edf1ac7d05854f36a518be0aecb397908adb76 authored about 6 years ago
New function: `SearchSheet()`, relate issue #277
42c3541f6840d6e4c03455401ec00f5ce1130d54 authored about 6 years agoNew function: `SearchSheet()`, relate issue #277
b917466c71a51877cc34f9c1997b59196b06fddd authored about 6 years agoe2e58a3a441a169ff8e9e5e65caf545a15026c37 authored about 6 years ago
90bdd3632f16244583525e580fa3edd42361db68 authored over 6 years ago
1c45425f12f38012b975c36f4d17bd1cec3c0aba authored over 6 years ago
Add Support for WriteTo Buffer
d8a34af384d2fa2493e80bf0259454043b3ff54e authored over 6 years ago* add new exported function to get Excel file content buffer
* refactor the WriteTo function
2be4d45c6270d2b8c3e80d8bd6a10cba71b5052a authored over 6 years agoUpdate documentation and add sample file
f0234e6c08f77d23499945e2720a900306a12e95 authored over 6 years ago