Browse Source

优化读写逻辑

bugfix
Jiaju Zhuang 5 years ago
parent
commit
8b8b7c425d
  1. 2
      src/main/java/com/alibaba/excel/context/WriteContext.java

2
src/main/java/com/alibaba/excel/context/WriteContext.java

@ -21,7 +21,7 @@ public interface WriteContext {
/**
* If the current sheet already exists, select it; if not, create it
*
* @param writeSheet
* @param writeSheet Current sheet
*/
void currentSheet(WriteSheet writeSheet);

Loading…
Cancel
Save