
com.nfwork.dbfound.web.WebWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbfound Show documentation
Show all versions of dbfound Show documentation
dbfound development platform
package com.nfwork.dbfound.web;
import java.io.IOException;
import java.io.StringReader;
import java.io.Writer;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletResponse;
import com.nfwork.dbfound.core.Context;
import com.nfwork.dbfound.excel.ExcelWriter;
import com.nfwork.dbfound.util.LogUtil;
public class WebWriter {
private static String encoding = "utf-8";// 字符编码,可以从web.xml中设置
@SuppressWarnings("unchecked")
public static void excelWriter(Context context, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy