public class SimpleExcelExport extends AbstractConvertPlugin implements ConvertPlugin
CONSTRUCTOR_PARAMS| コンストラクタと説明 |
|---|
SimpleExcelExport(Key nameKey,
Key typeKey,
java.util.Map info,
Resource resource)
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ConvertResult |
convertLocal(java.lang.Object source)
変換処理を実行する
|
protected void |
excelConvert(jxl.write.WritableSheet s0,
java.util.List<Updatable> sourceList,
SimpleConvertInfo prop) |
protected void |
excelCsvConvert(jxl.write.WritableSheet s0,
java.util.List<Updatable> sourceList,
SimpleConvertInfo prop) |
protected void |
getFixVal(SimpleConvertInfo.Columns cn,
java.util.Date now) |
protected void |
setHF(jxl.HeaderFooter hf,
SimpleConvertInfo.Side s) |
protected void |
setHFActivity(jxl.HeaderFooter.Contents b,
java.lang.String[] s) |
protected void |
write(jxl.write.WritableSheet d,
int row,
Updatable up,
SimpleConvertInfo.Columns cn) |
protected void |
writeBlank(jxl.write.WritableSheet d,
int row,
SimpleConvertInfo prop) |
protected void |
writeFix(jxl.write.WritableSheet d,
int row,
SimpleConvertInfo.Columns cn) |
protected int |
writeNext(jxl.write.WritableSheet d,
int row,
java.lang.Object[] cv) |
convert, createUpdatable, createUpdatable, getConverterNameKey, getConverterTypeInfo, getConverterTypeKey, getPhenomenonType, getResource, getTranslator, getTranslatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, getConverterNameKey, getConverterTypeKeyprotected ConvertResult convertLocal(java.lang.Object source) throws ConvertServiceException
convertLocal クラス内 AbstractConvertPluginsource - 変換元オブジェクトConvertServiceException - 変換処理での致命的なエラーprotected void setHF(jxl.HeaderFooter hf, SimpleConvertInfo.Side s)
protected void setHFActivity(jxl.HeaderFooter.Contents b, java.lang.String[] s)
protected void excelConvert(jxl.write.WritableSheet s0, java.util.List<Updatable> sourceList, SimpleConvertInfo prop) throws jxl.write.biff.RowsExceededException, jxl.write.WriteException
jxl.write.biff.RowsExceededExceptionjxl.write.WriteExceptionprotected void writeBlank(jxl.write.WritableSheet d, int row, SimpleConvertInfo prop) throws jxl.write.biff.RowsExceededException, jxl.write.WriteException
jxl.write.biff.RowsExceededExceptionjxl.write.WriteExceptionprotected int writeNext(jxl.write.WritableSheet d, int row, java.lang.Object[] cv) throws jxl.write.biff.RowsExceededException, jxl.write.WriteException
jxl.write.biff.RowsExceededExceptionjxl.write.WriteExceptionprotected void write(jxl.write.WritableSheet d, int row, Updatable up, SimpleConvertInfo.Columns cn) throws jxl.write.biff.RowsExceededException, jxl.write.WriteException
jxl.write.biff.RowsExceededExceptionjxl.write.WriteExceptionprotected void writeFix(jxl.write.WritableSheet d, int row, SimpleConvertInfo.Columns cn) throws jxl.write.biff.RowsExceededException, jxl.write.WriteException
jxl.write.biff.RowsExceededExceptionjxl.write.WriteExceptionprotected void excelCsvConvert(jxl.write.WritableSheet s0, java.util.List<Updatable> sourceList, SimpleConvertInfo prop) throws jxl.write.biff.RowsExceededException, jxl.write.WriteException
jxl.write.biff.RowsExceededExceptionjxl.write.WriteExceptionprotected void getFixVal(SimpleConvertInfo.Columns cn, java.util.Date now)