public class USS extends Object implements UXLS.Creator, UXLSX.Creator, UCSV.Creator, UTSV.Creator, Iterable<USS.USheet>, Serializable
| Modifier and Type | Class and Description |
|---|---|
(package private) static interface |
USS.DecoratedObject |
(package private) static class |
USS.Decoration |
class |
USS.Saver |
static class |
USS.SaverMgr |
static class |
USS.ToUTLF |
static class |
USS.UColumn |
static class |
USS.URow |
static class |
USS.USheet |
static class |
USS.USSUInteger |
static class |
USS.USSUReal |
static class |
USS.USSUString |
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
kn_Columns |
(package private) static String |
kn_Rows |
static int |
M_ALL |
static int |
M_CSV_sjis |
static int |
M_CSV_utf8 |
static int |
M_TSV_sjis |
static int |
M_TSV_utf8 |
static int |
M_UTLF |
static int |
M_XLS |
static int |
M_XLSX |
static int |
O_Flex |
static int |
O_OmitSheetNames |
protected List<USS.USheet> |
sheetList |
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
createCSV(PrintWriter err) |
USS.USheet |
createSheet() |
USS.USheet |
createSheet(String n) |
StringBuffer |
createTSV(PrintWriter err) |
UTLF |
createUTLF() |
UXLS |
createXLS(PrintWriter err) |
UXLSX |
createXLSX(PrintWriter err) |
USS.USheet |
getSheet(int n)
Get n-th (0, 1, 2, 3, ...) sheet.
|
USS.USheet |
getSheet(String name)
get named sheet
|
List<USS.USheet> |
getSheetList() |
Iterator<USS.USheet> |
iterator() |
List<USS.Saver> |
saveSpreadSheets(File fn,
int mask) |
List<USS.Saver> |
saveSpreadSheets(File fn,
int mask,
boolean wait) |
List<USS.Saver> |
saveSpreadSheets(File fn,
int mask,
int opt) |
List<USS.Saver> |
saveSpreadSheets(File fn,
int mask,
int opt,
boolean wait) |
void |
saveSpreadSheets(File fn,
int mask,
int opt,
USS.SaverMgr mgr) |
void |
saveSpreadSheets(File fn,
int mask,
USS.SaverMgr mgr) |
static void |
waitForSpreadSheetSavers(List<USS.Saver> savers) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected List<USS.USheet> sheetList
static final String kn_Columns
static final String kn_Rows
public static final int M_UTLF
public static final int M_XLS
public static final int M_CSV_utf8
public static final int M_CSV_sjis
public static final int M_TSV_utf8
public static final int M_TSV_sjis
public static final int M_XLSX
public static final int M_ALL
public static final int O_Flex
public static final int O_OmitSheetNames
public USS()
public USS(UTLF u) throws UTLFException
UTLFExceptionpublic List<USS.USheet> getSheetList()
public Iterator<USS.USheet> iterator()
iterator in interface Iterable<USS.USheet>public USS.USheet createSheet(String n)
public USS.USheet createSheet()
public USS.USheet getSheet(String name)
name - sheet name.public USS.USheet getSheet(int n)
n - sheet number (0, 1, 2, 3, ...)public UTLF createUTLF() throws UTLFException
UTLFExceptionpublic UXLS createXLS(PrintWriter err)
createXLS in interface UXLS.Creatorpublic UXLSX createXLSX(PrintWriter err)
createXLSX in interface UXLSX.Creatorpublic StringBuffer createCSV(PrintWriter err)
createCSV in interface UCSV.Creatorpublic StringBuffer createTSV(PrintWriter err)
createTSV in interface UTSV.Creatorpublic void saveSpreadSheets(File fn, int mask, int opt, USS.SaverMgr mgr) throws IOException
IOExceptionpublic void saveSpreadSheets(File fn, int mask, USS.SaverMgr mgr) throws IOException
IOExceptionpublic List<USS.Saver> saveSpreadSheets(File fn, int mask, int opt, boolean wait) throws IOException
IOExceptionpublic static void waitForSpreadSheetSavers(List<USS.Saver> savers) throws IOException
IOExceptionpublic List<USS.Saver> saveSpreadSheets(File fn, int mask, boolean wait) throws IOException
IOExceptionpublic List<USS.Saver> saveSpreadSheets(File fn, int mask) throws IOException
IOExceptionpublic List<USS.Saver> saveSpreadSheets(File fn, int mask, int opt) throws IOException
IOExceptionEDB Working Group at Mon Dec 15 16:45:05 JST 2025