.circleci/config.yml | |
|
|
.codeclimate.json | |
|
|
.editorconfig | |
|
|
.github/CODEOWNERS | |
|
|
.github/FUNDING.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/composer-config.json | |
|
|
.gitignore | |
|
|
.php-cs-fixer.php | 61 | A 0 mins |
|
CODE_OF_CONDUCT.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpunit.xml.dist | |
|
|
src/XLSXParser.php | 13 | A 0 mins | A 100% |
src/XLSXParser/AbstractXMLDictionary.php | 21 | A 0 mins | A 100% |
src/XLSXParser/AbstractXMLResource.php | 39 | A 0 mins | A 100% |
src/XLSXParser/Archive.php | 73 | A 0 mins | A 100% |
src/XLSXParser/Contracts/XLSXInterface.php | 9 | A 0 mins | F 0% |
src/XLSXParser/Contracts/XLSXParserInterface.php | 6 | A 0 mins | F 0% |
src/XLSXParser/Exception/InvalidArchiveException.php | 26 | A 0 mins | A 100% |
src/XLSXParser/Exception/InvalidIndexException.php | 12 | A 0 mins | A 100% |
src/XLSXParser/Exception/InvalidXLSXFileException.php | 12 | A 0 mins | A 100% |
src/XLSXParser/Relationships.php | 46 | A 0 mins | A 100% |
src/XLSXParser/Row.php | 24 | A 0 mins | A 100% |
src/XLSXParser/RowIterator.php | 104 | A 0 mins | A 100% |
src/XLSXParser/SharedStrings.php | 30 | A 0 mins | A 100% |
src/XLSXParser/Styles.php | 87 | A 0 mins | A 100% |
src/XLSXParser/Transformer/Column.php | 19 | A 0 mins | A 100% |
src/XLSXParser/Transformer/Date.php | 17 | A 0 mins | A 100% |
src/XLSXParser/Transformer/Value.php | 36 | A 0 mins | A 100% |
src/XLSXParser/Worksheet.php | 21 | A 0 mins | A 100% |
src/XLSXParser/XLSX.php | 55 | A 0 mins | A 100% |