glhcp/server/vendor/mk-j/php_xlsxwriter/testbench
yin5th dacfe1b5b4 feat: 安装xls插件 2023-09-28 14:29:15 +08:00
..
pairs feat: 安装xls插件 2023-09-28 14:29:15 +08:00
README.txt feat: 安装xls插件 2023-09-28 14:29:15 +08:00
diff-two.sh feat: 安装xls插件 2023-09-28 14:29:15 +08:00
extract.sh feat: 安装xls插件 2023-09-28 14:29:15 +08:00
openoffice.xlsx feat: 安装xls插件 2023-09-28 14:29:15 +08:00
test.php feat: 安装xls插件 2023-09-28 14:29:15 +08:00
test.xlsx feat: 安装xls插件 2023-09-28 14:29:15 +08:00
xlsxwriter.class.Test.php feat: 安装xls插件 2023-09-28 14:29:15 +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