© 1999-2048 dssz.net 粤ICP备11031372号
[Java] Java生成Excel文件
说明: public class XlsExportTest { private static enum ExportFiled { SKU("编号"), NAME("名称"), DATE("日期"), PRICE("金额"), PERCENT("百分比"); private final String name; ExportFiled(String name) { this.name = name; } public String getName() { return this.name; } }<zhanghuihua> 在 上传 | 大小:2048