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

重写主流程,代码更加优雅 测试完毕

上级 26c6de09
......@@ -15,6 +15,7 @@ public interface XlsRecordHandler {
*
* @param xlsReadContext
* @param record
* @return
*/
boolean support(XlsReadContext xlsReadContext, Record record);
......
......@@ -58,6 +58,8 @@ public abstract class AbstractCellValueTagHandler extends AbstractXlsxTagHandler
/**
* Set string value.
*
* @param xlsxReadContext
*/
protected abstract void setStringValue(XlsxReadContext xlsxReadContext);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册