From 0ead7e86af8f53bac82b7b280f48da0535bdcd8c Mon Sep 17 00:00:00 2001 From: qihao Date: Tue, 9 Aug 2016 09:27:19 +0800 Subject: [PATCH 1/3] fix bugs 001,002 --- README.md | 10 + jquery.base64.js | 349 ++++++------- mybase.js | 154 ++++++ tableExport.js | 1263 +++++++++++++++++++++++++++++++++------------- 4 files changed, 1230 insertions(+), 546 deletions(-) create mode 100644 mybase.js diff --git a/README.md b/README.md index 3aa457db..64a1586b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ tableExport.jquery.plugin ========================= +Bug And Fix History (BUG修正清单) +=================== +Bug 001 + +[FIXED]When export to excel table, there are some cells which have different column span, output is wrong. (表头宽度错误) + +Bug 002 + +[FIXED]Chinese characters output wrong(中文输出乱码) +

Export HTML Table to