Puts an image, previously added with PoiWorkbook.AddImage, on the sheet. ImageIndex - The value returned from PoiWorkbook.AddImage. FirstRow, FirstColumn, LastRow, LastColumn - The image cells.
Adds an image to the workbook. Returns the image index. Use PoiSheet.SetImage to put this image on a sheet. Supported formats: png and jpeg (file extension must be correct).
AddSheet (NameAsString, IndexAsInt) AsPoiSheet
Adds a new sheet at the specified index.
Close
Closes the Workbook.
GetSheet (IndexAsInt) AsPoiSheet
Returns the sheet at the specified index (first sheet index is 0).