Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


Deprecated API


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

Deprecated Fields
com.aspose.cells.FileFormatType.DEFAULT
          replaced by FileFormatType.EXCEL97TO2003 
com.aspose.cells.FileFormatType.EXCEL2000
          replaced by FileFormatType.EXCEL97TO2003 
com.aspose.cells.FileFormatType.EXCEL2003
          replaced by FileFormatType.EXCEL97TO2003 
com.aspose.cells.FileFormatType.EXCEL97
          replaced by FileFormatType.EXCEL97TO2003 
com.aspose.cells.FileFormatType.EXCELXP
          replaced by FileFormatType.EXCEL97TO2003 
com.aspose.cells.FillPatternType.LARGE_CHECKER_BORDER
          replaced by FillPatternType.LARGE_CHECKER_BOARD 
com.aspose.cells.PaperSizeType.PAGE_LEDAL
          Misspelt. Replaced by PAGE_LEGAL 
com.aspose.cells.LabelPositionType.REIGHT
          replaced by LabelPositionType.RIGHT 
com.aspose.cells.FillPatternType.SMALE_CHECKER_BORDER
          replaced by FillPatternType.SMALL_CHECKER_BOARD 
 

Deprecated Methods
com.aspose.cells.Comments.add(int, int)
          replaced by Shapes.addComment(int, int) 
com.aspose.cells.Pictures.add(int, int, InputStream)
          Replaced by Shapes.addPicture(int, int, InputStream) 
com.aspose.cells.Pictures.add(int, int, InputStream, int, int)
          Replaced by Shapes.addPicture(int, int, InputStream, int, int) 
com.aspose.cells.TextBoxes.add(int, int, int, int)
          replaced by Shapes.addTextBox(int, int, int, int, int, int) 
com.aspose.cells.Pictures.add(int, int, int, int, InputStream)
          Replaced by Shapes.addPicture(int, int, int, int, InputStream) 
com.aspose.cells.Charts.add(int, int, int, int, int)
          replaced by Charts.addChart(int, int, int, int, int) 
com.aspose.cells.TextBoxes.add(int, int, int, int, int, int)
          replaced by Shapes.addTextBox(int, int, int, int, int, int) 
com.aspose.cells.Charts.add(int, int, int, int, int, int, int)
          replaced by Charts.addChart(int, int, int, int, int, int, int) 
com.aspose.cells.Pictures.add(int, int, int, int, String)
          Replaced by Shapes.addPicture(int, int, int, int, String) 
com.aspose.cells.Pictures.add(int, int, String)
          Replaced by Shapes.addPicture(int, int, String) 
com.aspose.cells.Pictures.add(int, int, String, int, int)
          Replaced by Shapes.addPicture(int, int, String, int, int) 
com.aspose.cells.Comments.add(String)
          replaced by Shapes.addComment(String) 
com.aspose.cells.TextBoxes.addInChart(int, int, int, int)
          replaced by Shapes.addTextBoxInChart(int, int, int, int) 
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.ErrorBars.getCustomAmount()
          replaced by ErrorBars.getPlusValues() 
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.ChartArea.getHeight()
          replaced by Shape.getHeight() 
com.aspose.cells.ChartArea.getHeightCM()
          replaced by Shape.getHeightCM() 
com.aspose.cells.ChartArea.getHeightInch()
          replaced by Shape.getHeightInch() 
com.aspose.cells.LightCells.getInstance(InputStream, int, int)
          replaced by LightCells.getInstance(InputStream, int, LightCellsSettings) 
com.aspose.cells.LightCells.getInstance(String, int, int)
          replaced by LightCells.getInstance(String, int, LightCellsSettings) 
com.aspose.cells.Worksheet.getLastRowIndex()
          Replaced by Cells.getMaxRow() 
com.aspose.cells.ChartArea.getLeft()
          replaced by Shape.getLeft() 
com.aspose.cells.ChartArea.getLeftCM()
          replaced by Shape.getLeftCM() 
com.aspose.cells.ChartArea.getLeftInch()
          replaced by Shape.getLeftInch() 
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.ChartArea.getPlacement()
          replaced by Shape.getPlacement() 
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.ChartArea.getTop()
          replaced by Shape.getTop() 
com.aspose.cells.ChartArea.getTopCM()
          replaced by Shape.getTopCM() 
com.aspose.cells.ChartArea.getTopInch()
          replaced by Shape.getTopInch() 
com.aspose.cells.ChartArea.getUpperLeftColumn()
          replaced by Shape.getUpperLeftColumn() 
com.aspose.cells.ChartArea.getUpperLeftRow()
          replaced by Shape.getUpperLeftRow() 
com.aspose.cells.ChartArea.getWidth()
          replaced by Shape.getWidth() 
com.aspose.cells.ChartArea.getWidthCM()
          replaced by Shape.getWidthCM() 
com.aspose.cells.ChartArea.getWidthInch()
          replaced by Shape.getWidthInch() 
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.ChartArea.setHeight(int)
          replaced by Shape.setHeight(int) 
com.aspose.cells.ChartArea.setHeightCM(double)
          replaced by Shape.setHeightCM(double) 
com.aspose.cells.ChartArea.setHeightInch(double)
          replaced by Shape.setHeightInch(double) 
com.aspose.cells.Shape.setLeft(int)
          for shape in Chart, use Shape.setLeftInChart(int) instead; for shape in common sheet, use Shape.setLeftPositionInPixel(short, short) instead. 
com.aspose.cells.ChartArea.setLeft(int)
          if in Chart, use Shape.setLeftInChart(int) instead; if in common sheet, use Shape.setLeftPositionInPixel(short, short) instead. 
com.aspose.cells.ChartArea.setLeftCM(double)
          replaced by Shape.setLeftCM(double) 
com.aspose.cells.ChartArea.setLeftInch(double)
          replaced by Shape.setLeftInch(double) 
com.aspose.cells.ChartArea.setPlacement(byte)
          replaced by Shape.setPlacement(byte) 
com.aspose.cells.Worksheet.setStyle(int, int, int, int, Style)
          Replaced by Cells.setRangeStyle(int,int,int,int,Style) 
com.aspose.cells.Shape.setTop(int)
          for shape in Chart, use Shape.setTopInChart(int) instead; for shape in common sheet, use Shape.setTopPositionInPixel(int, short) instead. 
com.aspose.cells.ChartArea.setTop(int)
          if in Chart, use Shape.setTopInChart(int) instead; if in common sheet, use Shape.setTopPositionInPixel(int, short) instead. 
com.aspose.cells.ChartArea.setTopCM(double)
          replaced by Shape.setTopCM(double) 
com.aspose.cells.ChartArea.setTopInch(double)
          replaced by Shape.setTopInch(double) 
com.aspose.cells.Shape.setUpperLeftColumn(int)
          replaced by Shape.setLeftPosition(short, short) 
com.aspose.cells.ChartArea.setUpperLeftColumn(int)
          replaced by Shape.setLeftPosition(short, short) 
com.aspose.cells.Shape.setUpperLeftRow(int)
          replaced by Shape.setTopPosition(int, short) 
com.aspose.cells.ChartArea.setUpperLeftRow(int)
          replaced by Shape.setTopPosition(int, short) 
com.aspose.cells.ChartArea.setWidth(int)
          replaced by Shape.setWidth(int) 
com.aspose.cells.ChartArea.setWidthCM(double)
          replaced by Shape.setWidthCM(double) 
com.aspose.cells.ChartArea.setWidthInch(double)
          replaced by Shape.setWidthInch(double) 
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).