📄 propertypreprocessor.java
字号:
package net.sf.jxls.processor;/** * Allows to process cell in template before actual processing starts * @author Leonid Vysochin */public interface PropertyPreprocessor { /** * This method is invoked for each cell in template before all other processing starts * * @param propertyTemplateName The actual cell value in template * @return New cell value */ String processProperty(String propertyTemplateName);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -