From 54def7eaad9ee0469ca495b3661798919239384a Mon Sep 17 00:00:00 2001 From: xuri Date: Thu, 27 Jun 2019 21:58:14 +0800 Subject: Add TIF, TIFF format images and more detailed error information when open the encrypted file --- test/images/excel.tif | Bin 0 -> 27052 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/images/excel.tif (limited to 'test') diff --git a/test/images/excel.tif b/test/images/excel.tif new file mode 100644 index 0000000..4ce5eff Binary files /dev/null and b/test/images/excel.tif differ -- cgit v1.2.1 From 35e485756f1d3f5eb1e5f78a5cee06b5ed902645 Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 21 Jul 2019 12:56:36 +0800 Subject: Resolve #217, new function add VBA project supported. --- test/vbaProject.bin | Bin 0 -> 16896 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 test/vbaProject.bin (limited to 'test') diff --git a/test/vbaProject.bin b/test/vbaProject.bin new file mode 100755 index 0000000..fc15dca Binary files /dev/null and b/test/vbaProject.bin differ -- cgit v1.2.1 From acd76425c2ee55c45a51cf7f71c8a6187a09f507 Mon Sep 17 00:00:00 2001 From: Harris Date: Wed, 7 Aug 2019 16:26:13 -0500 Subject: Handle multi row inline strings The inline string struct is actually the same as the shared strings struct, reuse it. Note that Go version 1.10 is required. Fixes #462 --- test/SharedStrings.xlsx | Bin 6462 -> 9419 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test') diff --git a/test/SharedStrings.xlsx b/test/SharedStrings.xlsx index 7b722d9..d6004c0 100644 Binary files a/test/SharedStrings.xlsx and b/test/SharedStrings.xlsx differ -- cgit v1.2.1 From 9c70d0ac868f66badf2663cc7b4b3c46d5411131 Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 11 Aug 2019 00:36:14 +0800 Subject: Documentation updated, Go 1.10+ required --- test/SharedStrings.xlsx | Bin 9419 -> 7386 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test') diff --git a/test/SharedStrings.xlsx b/test/SharedStrings.xlsx index d6004c0..bcea2c8 100644 Binary files a/test/SharedStrings.xlsx and b/test/SharedStrings.xlsx differ -- cgit v1.2.1 From 1fc4bc52fb8a0160eb624e7a24619d8c0e47e540 Mon Sep 17 00:00:00 2001 From: Vsevolod Balashov Date: Sun, 1 Sep 2019 07:30:14 +0300 Subject: Fix #386 regression test added (#440) * #386 regression test added * closes #386 string to bigint on GOARCH=386 --- test/OverflowNumericCell.xlsx | Bin 0 -> 11445 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/OverflowNumericCell.xlsx (limited to 'test') diff --git a/test/OverflowNumericCell.xlsx b/test/OverflowNumericCell.xlsx new file mode 100644 index 0000000..1844888 Binary files /dev/null and b/test/OverflowNumericCell.xlsx differ -- cgit v1.2.1 From 0acb3ef9685e80d51dfda5ab9a9db870af7e1614 Mon Sep 17 00:00:00 2001 From: xuri Date: Mon, 2 Sep 2019 21:52:55 +0800 Subject: Testing files updated --- test/BadWorkbook.xlsx | Bin 6019 -> 4955 bytes test/CalcChain.xlsx | Bin 5959 -> 5838 bytes test/MergeCell.xlsx | Bin 8583 -> 6343 bytes test/OverflowNumericCell.xlsx | Bin 11445 -> 5094 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'test') diff --git a/test/BadWorkbook.xlsx b/test/BadWorkbook.xlsx index f917a20..a1901b0 100644 Binary files a/test/BadWorkbook.xlsx and b/test/BadWorkbook.xlsx differ diff --git a/test/CalcChain.xlsx b/test/CalcChain.xlsx index 8558f82..fa57710 100644 Binary files a/test/CalcChain.xlsx and b/test/CalcChain.xlsx differ diff --git a/test/MergeCell.xlsx b/test/MergeCell.xlsx index d4dad18..3539e4b 100644 Binary files a/test/MergeCell.xlsx and b/test/MergeCell.xlsx differ diff --git a/test/OverflowNumericCell.xlsx b/test/OverflowNumericCell.xlsx index 1844888..9da5091 100644 Binary files a/test/OverflowNumericCell.xlsx and b/test/OverflowNumericCell.xlsx differ -- cgit v1.2.1 From a34d3b8c86d67d3ad0bc0dbedb69d3b4ebbc210f Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 24 Sep 2019 21:53:19 +0800 Subject: Compatibility improvement --- test/Book1.xlsx | Bin 20899 -> 20750 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test') diff --git a/test/Book1.xlsx b/test/Book1.xlsx index 78431dc..d5a0591 100644 Binary files a/test/Book1.xlsx and b/test/Book1.xlsx differ -- cgit v1.2.1 From 6ab5b991e47e7fa9e9370da93404adaf04cba34a Mon Sep 17 00:00:00 2001 From: xuri Date: Fri, 13 Mar 2020 00:48:16 +0800 Subject: Resolve #348, support delete Data Validation --- test/images/chart.png | Bin 190484 -> 137555 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'test') diff --git a/test/images/chart.png b/test/images/chart.png index 9fcd28a..dc30051 100644 Binary files a/test/images/chart.png and b/test/images/chart.png differ -- cgit v1.2.1