summaryrefslogtreecommitdiffstats
path: root/t/data
Commit message (Collapse)AuthorAgeFilesLines
* handle cell data without explicit location data (#61)Jesse Luehrs2016-08-161-0/+0
| | | | apparently this is a thing sometimes?
* allow for non-case-sensitive zip file entries (???) (Tux, #57)Jesse Luehrs2016-05-221-0/+0
|
* patternType should default to 0 (vfilatov, #41)Jesse Luehrs2016-05-221-0/+0
|
* not all files have styles eitherJesse Luehrs2016-05-221-0/+0
|
* handle non-default xml namespacesJesse Luehrs2016-05-221-0/+0
|
* Merge pull request #37 from mazurin/encryptionJesse Luehrs2015-12-042-0/+0
|\
| * Support of encrypted xlsx filesAlexey Mazurin2015-03-192-0/+0
| | | | | | | | | | | | | | | | | | | | | | Added support for reading encrypted xlsx files in accordance with [MS-OFFCRYPTO]: Office Document Cryptography Structure https://msdn.microsoft.com/en-us/library/cc313071(v=office.12).aspx Support of standard and agile encryption modified: lib/Spreadsheet/ParseXLSX.pm new file: t/data/encryption-agile-123q.xlsx new file: t/data/encryption-standard-default-password.xlsx new file: t/encryption.t
* | Merge pull request #47 from ssims/masterJesse Luehrs2015-12-042-0/+0
|\ \
| * | Check to see if rows and columns are hiddenSteve Simms2015-10-291-0/+0
| | |
| * | Check to see if worksheets are hiddenSteve Simms2015-10-291-0/+0
| | |
* | | add support for having absolute path in internal xml file targetszhouzhen12015-10-031-0/+0
|/ /
* / Don't parse sheets where there's no extracted file. See #38Stuart Watt2015-09-011-0/+0
|/ | | | See discussion at: https://github.com/doy/spreadsheet-parsexlsx/issues/38. The patch is a little different from the minimal one suggested initially, because we probably don't even want to return a sheet when we can't parse it.
* don't assume all of these elements exist (#29)Jesse Luehrs2015-03-151-0/+0
| | | | apparently google docs doesn't generate a bunch of stuff
* Merge branch 'pull-35'Jesse Luehrs2015-03-151-0/+0
|\
| * Added Parsing for Page Setup, Diagonal BordersDave Clarke2015-03-051-0/+0
| | | | | | | | | | Modifed ParseXLSX.pm to parse Page Setup , margins, and also parsing of diagonal borders. Also added new test script page-Setup.t
* | Add tests for using_1904_date.FL2015-02-072-0/+0
| |
* | Rename "bug-lock" to "bug-16" in keeping with the general naming convention ↵FL2015-02-071-0/+0
|/ | | | for tests.
* Merge pull request #26 from felliott/parseexcel-parityJesse Luehrs2014-07-052-0/+0
|\ | | | | Add TabColor and ColFmtNo support to ParseXLSX
| * add ColFmtNo support to ParseXLSXFitz Elliott2014-07-051-0/+0
| |
| * add TabColor support to ParseXLSXFitz Elliott2014-07-051-0/+0
| |
* | Improve locked cell detection for cells with hidden formulas. Add test for ↵FL2014-07-051-0/+0
|/ | | | locked cell detection.
* support locked and hidden cells (#15)Jesse Luehrs2014-01-291-0/+0
|
* support more font properties (#14)Jesse Luehrs2013-12-091-0/+0
|
* make get_filename work (masonik)Jesse Luehrs2013-11-131-0/+0
|
* implement the inlineStr cell typeJesse Luehrs2013-11-061-0/+0
|
* test for merged cells (#10)Jesse Luehrs2013-10-091-0/+0
|
* fix rich text cell contents (merrilymeredith, #11)Jesse Luehrs2013-10-091-0/+0
|
* fix row and column range for empty sheets (fixes #8)Jesse Luehrs2013-09-161-0/+0
|
* handle the 'e' format (fixes #7)Jesse Luehrs2013-09-161-0/+0
|
* another testJesse Luehrs2013-09-101-0/+0
|
* test for additional cell types (#6)Jesse Luehrs2013-09-051-0/+0
|
* be a bit more specific when picking out xml nodes (fixes #5)Jesse Luehrs2013-07-311-0/+0
|
* fix the row translation formula (fixes #4)Jesse Luehrs2013-07-311-0/+0
|
* test for #3Jesse Luehrs2013-07-301-0/+0
|
* fix spreadsheets that have only a single cell (#2)Jesse Luehrs2013-07-291-0/+0
|
* basic testJesse Luehrs2013-07-161-0/+0