Geoffrey J. Teale
|
8b98a07e3f
Rework patch to set Row.Sheet at point of creation, and avoid additional loop. Fix call sites and unit tests, adding assertions as I went.
|
10 years ago |
Brandon Mulcahy
|
df0912fb96
Set Sheet attr of each Row in readSheetFromFile
|
10 years ago |
Geoffrey J. Teale
|
6df8184fc1
Error when opening a file with no worksheets.
|
10 years ago |
Geoffrey J. Teale
|
de62f3bac3
Error when opening file without workbook_rels.
|
10 years ago |
fzerorubigd
|
f9c709fad6
prevent un handled panic in open xslx
|
10 years ago |
Geoffrey J. Teale
|
9d6776b130
Resolve conflict
|
10 years ago |
Geoffrey J. Teale
|
e3bfe28166
Merge pull request #126 from tealeg/panic_on_bad_r_value
|
10 years ago |
Brandon Mulcahy
|
9a9f738079
Fix doc comment for XLSXReaderError.Error()
|
10 years ago |
blackss2
|
b61301369f
add read col style from xlsx
|
10 years ago |
Shawn Milochik
|
5db22376c5
Fix panic on invalid value for "r" attribute in <row>.
|
10 years ago |
Andrew Schwartz
|
53f407200a
properly check column hidden for cell hidden logic
|
10 years ago |
Geoffrey J. Teale
|
fa6af7b37b
Merge pull request #117 from tealeg/nil_formula_fix
|
10 years ago |
Shawn Milochik
|
244c4885f6
Fix for a nil formula when the raw cell type is error (e).
|
10 years ago |
Brian Smith
|
8921c11e37
Prevent workbooks with chartsheets from causing panics
|
10 years ago |
Brian Smith
|
c969d7fd0c
Prevent cells from being clobbered in worksheets without an initial column
|
10 years ago |
Brian Smith
|
4975f0af52
Merge remote-tracking branch 'tealeg/master'
|
10 years ago |
Brian Smith
|
ba6dc35b45
Expose default col width and default row height
|
10 years ago |
Shawn Milochik
|
330db4d7cc
gofmt
|
10 years ago |
Brian Smith
|
be4c70439f
Initial support for themes
|
10 years ago |
Brian Smith
|
805c7ea3c5
Add a simple shared formula test
|
10 years ago |
Brian Smith
|
5bb5ad4be4
Initial support for shared formulas
|
10 years ago |
Brian Smith
|
67dac2f125
Add basic support for reading freeze and split state out of worksheets.
|
11 years ago |
Yoshiki Shibukawa
|
662349655f
Fix for #78 : Change default behavior when reading empty cols and rows. Now it returns empty cells. And now it reads Col.Width.
|
11 years ago |
Moch.Lutfi
|
22d6022536
Revert code.
|
11 years ago |
Moch.Lutfi
|
eedcf11f5c
Merge remote-tracking branch 'origin/master' into fix-panic-issue
|
11 years ago |
Geoffrey J. Teale
|
1af9906a50
Deal with XLSX worksheets that only set the coords on *some* cells.
|
11 years ago |
Moch. Lutfi
|
fba005ef34
Fix panic problem when open file
|
11 years ago |
Yoshiki Shibukawa
|
5a5dbe9df1
Sheet.File is not assigned when creating object
|
11 years ago |
Yoshiki Shibukawa
|
8e750645ea
reduce memory usage
|
11 years ago |
Yoshiki Shibukawa
|
887bd69e65
add cell types like int, float, boolean, formula
|
11 years ago |