Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

Deprecated API


Contents
Deprecated Interfaces
com.aspose.cells.PrintOrderType
          Replaced by OrderType 
 

Deprecated Methods
com.aspose.cells.Workbook.createSheet()
          Replaced by Worksheets.addSheet(). 
com.aspose.cells.Workbook.createSheet(String)
          Replaced by Worksheets.addSheet(String). 
com.aspose.cells.Worksheet.deleteColumns(int, int, boolean)
          Replaced by Cells.deleteColumns(int,int,boolean) 
com.aspose.cells.Worksheet.deleteRows(int, int, boolean)
          Replaced by Cells.deleteRows(int,int,boolean) 
com.aspose.cells.Workbook.getActiveSheet()
          Replaced by Worksheets.getActiveSheet(). 
com.aspose.cells.Workbook.getActiveSheetIndex()
          Replaced by Worksheets.getActiveSheetIndex(). 
com.aspose.cells.Worksheet.getCell(int, int)
          Replaced by Cells.getCell(int,int) 
com.aspose.cells.Worksheet.getCell(String)
          Replaced by Cells.getCell(String) 
com.aspose.cells.Worksheet.getColumnWidth(int)
          Replaced by Cells.getColumnWidth(int) 
com.aspose.cells.Worksheet.getDefaultColumnWidth()
          Replaced by Cells.getStandardWidth() 
com.aspose.cells.Worksheet.getDefaultRowHeight()
          Replaced by Cells.getStandardHeight() 
com.aspose.cells.Worksheet.getFirstRowIndex()
          Replaced by Cells.getMinRow() 
com.aspose.cells.Worksheet.getLastRowIndex()
          Replaced by Cells.getMaxRow() 
com.aspose.cells.Worksheet.getMergedCells()
          Replaced by Cells.getMergedCells() 
com.aspose.cells.Worksheets.getNumberOfSheets()
          Replaced by size(). 
com.aspose.cells.Workbook.getNumberOfSheets()
          Replaced by Worksheets.size(). 
com.aspose.cells.Worksheet.getRow(int)
          Replaced by Cells.getRow(int) 
com.aspose.cells.Worksheet.getRowIterator()
          Replaced by Cells.getRowIterator() 
com.aspose.cells.Workbook.getSheet(int)
          Replaced by Worksheets.getSheet(int). 
com.aspose.cells.Workbook.getSheet(String)
          Replaced by Worksheets.getSheet(String). 
com.aspose.cells.Workbook.getSheetIndex(String)
          Replaced by Worksheets.getSheetIndex(String). 
com.aspose.cells.Workbook.getSheetName(int)
          Replaced by Worksheets.getSheetName(int). 
com.aspose.cells.Worksheet.groupColumns(int, int)
          Replaced by Cells.groupColumns(int,int) 
com.aspose.cells.Worksheet.groupColumns(int, int, boolean)
          Replaced by Cells.groupColumns(int,int,boolean) 
com.aspose.cells.Worksheet.groupRows(int, int)
          Replaced by Cells.groupRows(int,int) 
com.aspose.cells.Worksheet.groupRows(int, int, boolean)
          Replaced by Cells.groupRows(int,int,boolean) 
com.aspose.cells.Worksheet.importResultSet(ResultSet, int, int, boolean)
          Replaced by Cells.importResultSet(ResultSet,int,int,boolean) 
com.aspose.cells.Worksheet.importResultSet(ResultSet, int, int, int, int, boolean)
          Replaced by Cells.importResultSet(ResultSet,int,int,int,int,boolean) 
com.aspose.cells.Worksheet.importResultSet(ResultSet, String, boolean)
          Replaced by Cells.importResultSet(ResultSet,String,boolean) 
com.aspose.cells.Worksheet.importResultSet(ResultSet, String, int, int, boolean)
          Replaced by Cells.importResultSet(ResultSet,String,String,boolean) 
com.aspose.cells.Worksheet.insertColumns(int, int)
          Replaced by Cells.insertColumns(int,int) 
com.aspose.cells.Worksheet.insertRows(int, int)
          Replaced by Cells.insertRows(int,int) 
com.aspose.cells.Worksheet.isColumnHidden(int)
          Replaced by Cells.isColumnHidden(int) 
com.aspose.cells.Workbook.moveSheet(int, int)
          Replaced by Worksheets.moveSheet(int,int). 
com.aspose.cells.Workbook.read(InputStream)
          Replaced by open(stream). 
com.aspose.cells.Workbook.read(String)
          Replaced by open(fileName). 
com.aspose.cells.Worksheet.removeCell(int, int)
          Replaced by Cells.removeCell(int,int) 
com.aspose.cells.Worksheet.removeCell(String)
          Replaced by Cells.reomveCell(String) 
com.aspose.cells.Worksheet.removeRow(int)
          Replaced by Cells.removeRow(int) 
com.aspose.cells.Workbook.removeSheet(int)
          Replaced by Worksheets.removeSheet(int). 
com.aspose.cells.Workbook.removeSheet(String)
          Replaced by Worksheets.removeSheet(String). 
com.aspose.cells.Workbook.removeSheet(Worksheet)
          Replaced by Worksheets.removeSheet(Worksheet). 
com.aspose.cells.Worksheet.setColumnHidden(int, boolean)
          Replaced by Cells.setColumnHidden(int,boolean) 
com.aspose.cells.Worksheet.setColumnWidth(int, float)
          Replaced by Cells.setColumnWidth(int,float) 
com.aspose.cells.Worksheet.setDefaultColumnWidth(float)
          Replaced by Cells.setStandardWidth(float) 
com.aspose.cells.Worksheet.setDefaultRowHeight(float)
          Replaced by Cells.setStandardHeight(float) 
com.aspose.cells.Worksheet.setStyle(int, int, int, int, Style)
          Replaced by Cells.setRangeStyle(int,int,int,int,Style) 
com.aspose.cells.Workbook.swapSheet(int, int)
          Replaced by Worksheets.swapSheet(int,int). 
com.aspose.cells.Worksheet.ungroupColumns(int, int)
          Replaced by Cells.ungroupColumns(int,int) 
com.aspose.cells.Worksheet.ungroupRows(int, int)
          Replaced by Cells.ungroupRows(int,int) 
com.aspose.cells.Workbook.write(OutputStream)
          Replaced by save(stream). 
com.aspose.cells.Workbook.write(OutputStream, int)
          Replaced by save(stream,fileFormatType). 
com.aspose.cells.Workbook.write(String)
          Replaced by save(fileName). 
com.aspose.cells.Workbook.write(String, int)
          Replaced by save(fileName,fileFormatType).