com.github.shootercheng.export.define.RowFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-export Show documentation
Show all versions of common-export Show documentation
Memory export, Querying export CSV, Excel
package com.github.shootercheng.export.define;
/**
* @author James
*/
public interface RowFormat {
String formatRow(String rowData);
}