提交 aede58f4 编写于 作者: 庄家钜's avatar 庄家钜

支持通过模板填充数据

上级 33e994e5
......@@ -43,9 +43,9 @@ import com.alibaba.excel.util.FileUtils;
public class XlsxSaxAnalyser implements ExcelExecutor {
private static final Logger LOGGER = LoggerFactory.getLogger(XlsxSaxAnalyser.class);
/**
* If it's less than 5M, use map cache, or use ehcache.
* If it's less than 10M, use map cache, or use ehcache.
*/
private static final long USE_MAP_CACHE_SIZE = 5 * 1000 * 1000L;
private static final long USE_MAP_CACHE_SIZE = 10 * 1000 * 1000L;
private AnalysisContext analysisContext;
private List<ReadSheet> sheetList;
private Map<Integer, InputStream> sheetMap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册