travel/service/vendor/mk-j/php_xlsxwriter/testbench/README.txt

15 lines
440 B
Plaintext
Raw Normal View History

2024-06-24 11:28:18 +08:00
README
------
run_test_and_diff.sh
Just a quick tool for diffing spreadsheets, from a baseline openoffice/libreoffice spreadsheet.
Requires xmllint and meld as command line tools in linux. The idea is you can manipulate the
xlsx spreadsheet and then see what the resulting xml is, and diff it with your test.xlsx
```sudo apt-get install xmllint libxml2-utils```
xlsxwriter.class.Test.php
A simple PHPUnit test for a basic spreadsheet