summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* handle cell data without explicit location data (#61)Jesse Luehrs2016-08-162-0/+11
| | | | apparently this is a thing sometimes?
* open files in raw modeJesse Luehrs2016-07-142-6/+6
| | | | this is required on windows
* support scalar refs as inputs tooJesse Luehrs2016-06-252-10/+33
| | | | for compatibility with Spreadsheet::ParseExcel
* add rich text support (Carlos Alberto Danzos)Jesse Luehrs2016-05-231-0/+21
|
* allow for non-case-sensitive zip file entries (???) (Tux, #57)Jesse Luehrs2016-05-222-0/+11
|
* patternType should default to 0 (vfilatov, #41)Jesse Luehrs2016-05-222-0/+14
|
* not all files have styles eitherJesse Luehrs2016-05-222-2/+16
|
* handle non-default xml namespacesJesse Luehrs2016-05-222-0/+11
|
* don't rely on exact precision in this test (#49)Jesse Luehrs2015-12-051-1/+1
| | | | for instance, it was failing on perls with -Duselongdouble
* clean up test a bitJesse Luehrs2015-12-041-22/+18
|
* use the same password api as Spreadsheet::ParseExcelJesse Luehrs2015-12-041-2/+3
|
* Merge pull request #37 from mazurin/encryptionJesse Luehrs2015-12-043-0/+30
|\
| * t/encryption.t typo fixAlexey Mazurin2015-03-191-1/+1
| |
| * Support of encrypted xlsx filesAlexey Mazurin2015-03-193-0/+30
| | | | | | | | | | | | | | | | | | | | | | 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-044-0/+32
|\ \
| * | Check to see if rows and columns are hiddenSteve Simms2015-10-292-0/+17
| | |
| * | Check to see if worksheets are hiddenSteve Simms2015-10-292-0/+15
| | |
* | | style nitsJesse Luehrs2015-12-041-8/+2
| | |
* | | add support for having absolute path in internal xml file targetszhouzhen12015-10-032-0/+17
|/ /
* / Don't parse sheets where there's no extracted file. See #38Stuart Watt2015-09-012-0/+11
|/ | | | 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.
* use the proper Spreadsheet::ParseExcel api hereJesse Luehrs2015-03-151-11/+11
|
* don't assume all of these elements exist (#29)Jesse Luehrs2015-03-152-0/+11
| | | | apparently google docs doesn't generate a bunch of stuff
* Merge branch 'pull-35'Jesse Luehrs2015-03-152-0/+40
|\
| * Remove TAB character in test scriptDave Clarke2015-03-071-1/+1
| | | | | | | | missed tab character in test script t\page-Setup.t
| * Added Parsing for Page Setup, Diagonal BordersDave Clarke2015-03-052-0/+40
| | | | | | | | | | 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-073-0/+14
| |
* | Rename "bug-lock" to "bug-16" in keeping with the general naming convention ↵FL2015-02-072-1/+1
|/ | | | for tests.
* Merge pull request #26 from felliott/parseexcel-parityJesse Luehrs2014-07-054-0/+40
|\ | | | | Add TabColor and ColFmtNo support to ParseXLSX
| * add ColFmtNo support to ParseXLSXFitz Elliott2014-07-052-0/+25
| |
| * add TabColor support to ParseXLSXFitz Elliott2014-07-052-0/+15
| |
* | Fix bug-15 test: (merged) cell B2 of the Format sheet is locked.FL2014-07-051-1/+1
| |
* | Improve locked cell detection for cells with hidden formulas. Add test for ↵FL2014-07-052-0/+26
|/ | | | locked cell detection.
* return undef to mean 'the default color' (#15)Jesse Luehrs2014-01-291-1/+1
|
* fix this test (#15)Jesse Luehrs2014-01-291-1/+8
|
* support locked and hidden cells (#15)Jesse Luehrs2014-01-292-0/+25
|
* support more font properties (#14)Jesse Luehrs2013-12-092-0/+35
|
* make get_filename work (masonik)Jesse Luehrs2013-11-132-0/+11
|
* use the right test data file hereJesse Luehrs2013-11-061-1/+1
|
* implement the inlineStr cell typeJesse Luehrs2013-11-062-0/+24
|
* test for merged cells (#10)Jesse Luehrs2013-10-092-0/+99
|
* fix rich text cell contents (merrilymeredith, #11)Jesse Luehrs2013-10-092-0/+15
|
* fix row and column range for empty sheets (fixes #8)Jesse Luehrs2013-09-162-0/+19
|
* handle the 'e' format (fixes #7)Jesse Luehrs2013-09-162-0/+14
|
* another testJesse Luehrs2013-09-102-0/+139
|
* these are unusedJesse Luehrs2013-09-101-2/+0
|
* fix string lookups when cells have complicated formatting (#6)Jesse Luehrs2013-09-091-0/+30
| | | | | | if a cell has multiple different formats, this shows up as multiple different rich text parts in the shared string table, so make sure to only count each shared string table entry once
* test for additional cell types (#6)Jesse Luehrs2013-09-052-0/+11
|
* fix this algorithm againJesse Luehrs2013-08-291-0/+27
|
* be a bit more specific when picking out xml nodes (fixes #5)Jesse Luehrs2013-07-312-0/+11
|
* fix the row translation formula (fixes #4)Jesse Luehrs2013-07-312-0/+22
|