Hi,
Am using aspose cells version 2.5.3.8 without any issues. Now am trying to use your latest version aspose.cells.7.0.3. But am getting lot of errors in this version. Hope you have changed lot of API’s.
Am getting error in the following code. Please let me know how to correct this.
1) com.aspose.cells.Workbook wb = new com.aspose.cells.Workbook();
wb.open(ByteArrayInputStream); // This method is not present
2) Could not find the following classes.
- com.aspose.cells.Worksheets
- com.aspose.cells.Charts
- com.aspose.cells.NSeries
- com.aspose.cells.ASeries
- com.aspose.cells.Shapes
- com.aspose.cells.CustomDocumentProperties;
- chart.getChartShape()
- chartShp.setPositionXY(chartXPos, chartYPos);
- chart.getCategoryAxis().getTitle().getFont().setBold(true);
- chart.getValueAxis().getTitle().getFont().setBold(true);
- picture.setPositionXY(imgXPos, imgYPos);
- FileFormatType.EXCEL2003
Santhosh