19package org.openoffice.xmerge.converter.xml.sxc;
21import java.io.IOException;
22import java.util.ArrayList;
52 String cellContents)
throws IOException;
66 public abstract void setColumnRows(ArrayList<ColumnRowInfo> columnRows)
throws IOException;
This is a class representing the different attributes for a worksheet contained in settings....
This is a class to define a Name Definition structure.
This class is an abstract class for encoding an SXC into an alternative spreadsheet format.
abstract void setColumnRows(ArrayList< ColumnRowInfo > columnRows)
Set the width of the columns in the WorkBook.
abstract void addCell(int row, int column, Format fmt, String cellContents)
Add a cell to the current WorkSheet.
abstract void setNameDefinition(NameDefinition nd)
Set the name definition of this spreadsheet.
abstract void createWorksheet(String sheetName)
Create a new WorkSheet within the WorkBook.
abstract int getNumberOfSheets()
Get the number of sheets in the WorkBook.
abstract void addSettings(BookSettings s)
Adds settings to the WorkBook.