travel/service/vendor/mk-j/php_xlsxwriter/testbench
yaosen 242417d45d init... 2024-06-24 11:28:18 +08:00
..
pairs init... 2024-06-24 11:28:18 +08:00
README.txt init... 2024-06-24 11:28:18 +08:00
diff-two.sh init... 2024-06-24 11:28:18 +08:00
extract.sh init... 2024-06-24 11:28:18 +08:00
openoffice.xlsx init... 2024-06-24 11:28:18 +08:00
test.php init... 2024-06-24 11:28:18 +08:00
test.xlsx init... 2024-06-24 11:28:18 +08:00
xlsxwriter.class.Test.php init... 2024-06-24 11:28:18 +08:00

README.txt

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