Browse Source

移除多余代码

2.1.x
Jiaju Zhuang 5 years ago
parent
commit
00581c77ee
  1. BIN
      img/readme/quickstart/fill/complexFill.png
  2. BIN
      img/readme/quickstart/fill/complexFillTemplate.png
  3. BIN
      img/readme/quickstart/fill/complexFillWithTable.png
  4. BIN
      img/readme/quickstart/fill/complexFillWithTableTemplate.png
  5. BIN
      img/readme/quickstart/fill/horizontalFill.png
  6. BIN
      img/readme/quickstart/fill/horizontalFillTemplate.png
  7. BIN
      img/readme/quickstart/fill/listFill.png
  8. BIN
      img/readme/quickstart/fill/listFillTemplate.png
  9. BIN
      img/readme/quickstart/fill/simpleFill.png
  10. BIN
      img/readme/quickstart/fill/simpleFillTemplate.png
  11. BIN
      img/readme/quickstart/read/demo.png
  12. BIN
      img/readme/quickstart/write/complexHeadWrite.png
  13. BIN
      img/readme/quickstart/write/converterWrite.png
  14. BIN
      img/readme/quickstart/write/customHandlerWrite.png
  15. BIN
      img/readme/quickstart/write/dynamicHeadWrite.png
  16. BIN
      img/readme/quickstart/write/imageWrite.png
  17. BIN
      img/readme/quickstart/write/indexWrite.png
  18. BIN
      img/readme/quickstart/write/longestMatchColumnWidthWrite.png
  19. BIN
      img/readme/quickstart/write/mergeWrite.png
  20. BIN
      img/readme/quickstart/write/repeatedWrite.png
  21. BIN
      img/readme/quickstart/write/simpleWrite.png
  22. BIN
      img/readme/quickstart/write/styleWrite.png
  23. BIN
      img/readme/quickstart/write/tableWrite.png
  24. BIN
      img/readme/quickstart/write/templateWrite.png
  25. BIN
      img/readme/quickstart/write/widthAndHeightWrite.png
  26. BIN
      img/readme/wechat.png
  27. 3
      src/main/java/com/alibaba/excel/analysis/ExcelAnalyserImpl.java
  28. 3
      update.md

BIN
img/readme/quickstart/fill/complexFill.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

BIN
img/readme/quickstart/fill/complexFillTemplate.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

BIN
img/readme/quickstart/fill/complexFillWithTable.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

BIN
img/readme/quickstart/fill/complexFillWithTableTemplate.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/readme/quickstart/fill/horizontalFill.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

BIN
img/readme/quickstart/fill/horizontalFillTemplate.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

BIN
img/readme/quickstart/fill/listFill.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

BIN
img/readme/quickstart/fill/listFillTemplate.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 811 B

BIN
img/readme/quickstart/fill/simpleFill.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/readme/quickstart/fill/simpleFillTemplate.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

BIN
img/readme/quickstart/read/demo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

BIN
img/readme/quickstart/write/complexHeadWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

BIN
img/readme/quickstart/write/converterWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
img/readme/quickstart/write/customHandlerWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
img/readme/quickstart/write/dynamicHeadWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

BIN
img/readme/quickstart/write/imageWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

BIN
img/readme/quickstart/write/indexWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

BIN
img/readme/quickstart/write/longestMatchColumnWidthWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

BIN
img/readme/quickstart/write/mergeWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

BIN
img/readme/quickstart/write/repeatedWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

BIN
img/readme/quickstart/write/simpleWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

BIN
img/readme/quickstart/write/styleWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

BIN
img/readme/quickstart/write/tableWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

BIN
img/readme/quickstart/write/templateWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

BIN
img/readme/quickstart/write/widthAndHeightWrite.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

BIN
img/readme/wechat.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

3
src/main/java/com/alibaba/excel/analysis/ExcelAnalyserImpl.java

@ -1,13 +1,10 @@
package com.alibaba.excel.analysis;
import java.io.FileInputStream;
import java.io.InputStream;
import java.util.List;
import org.apache.poi.hssf.record.crypto.Biff8EncryptionKey;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.poifs.crypt.Decryptor;
import org.apache.poi.poifs.crypt.EncryptionInfo;
import org.apache.poi.poifs.filesystem.DocumentFactoryHelper;
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
import org.apache.poi.util.IOUtils;

3
update.md

@ -1,3 +1,6 @@
# 2.1.0-bea5
# 2.1.0-beta4
* 修改最长匹配策略会空指针的bug [Issue #747](https://github.com/alibaba/easyexcel/issues/747)
* 修改afterRowDispose错误 [Issue #751](https://github.com/alibaba/easyexcel/issues/751)

Loading…
Cancel
Save