|
|
Tag Browser: aspose.excel
1 second(s)
-
i will draw lines like in this file
i want to know how
please help
-
how can i make line or curve in excel
i have to make graph as use line or curve
sheet.Shapes.AddLine(16, 16, 6, 0, 0, 65);sheet.Shapes.AddLine(17, 16, 6, 2, 10, 65);sheet.Shapes.AddLine(18, 16, 6, 2, -10, 65);
a line isn't rise
please help me
-
Hello , I am using Aspose PDF Kit version 5.3.0.0
in my ASP.Net Application.For conversion process Ms- Word, MS-
Excel,MS- PowerPoint to PDF its working fine with small size of
files.But I am getting an error while trying to convert an Excel file to PDF whose size is 50 ...
-
Hello , I am using Aspose PDF Kit version 5.3.0.0 in my ASP.Net Application.For conversion process Ms- Word, MS- Excel,MS- PowerPoint to PDF its working fine with small size of files.But I am getting an error while trying to convert an Excel file to PDF whose size is 50 MB.So ...
-
Hi,
I am not able to set the fileformat type for workbook. I mean there is no method showing setFileFormatType(int fileFormatType) for workbook in my env.But as per API ref this method is there for workbook.
I am using the version aspose cell 2.1.1.6
Is there any way to set the file format type for workbook ...
-
HiThere appears to be an issue with ExternalLinks from Excel 2007 files. It works as expected with Excel 2003, reading Excel 2007(xlsx) files however ExternalLinks always is always empty. Would greatly appreciate if someone could take a look into this. Using release 4.9.1.0Code is simplyWorkbook workbook ...
-
Hi,I'm testing the new version of Aspose Cells for java,
in order to convert an xls (or xlsx) document to pdf, but I have some troubles.
This is the java code:
Workbook workbook = new Workbook();
workbook.open(''input\\xls1.xls'');
workbook.save(''output\\xls1.xml'', ...
-
I'm using aspose.cells in writing , reading excel files....is there anyway to view the saved excel files in windows application (vb.net).
i'm using below mentioned line of code for Viewing file not for reading.
workbook.Open(''ConsolidatedIS_TGP LP (OP)_09-09-2008-0642.xls'', FileFormatType.Excel2007Xlsx)
but its not working.
-
We set some cells as locked, and want to set formattings to the unlocked cells.Here attached the code snippet:// Styles for locked cellsstyleIndex = excel.Styles.Add();style = excel.Styles[styleIndex];style.IsLocked = true;style.Font.Color = System.Drawing.Color.White;style.Name = ...
-
Hi,I have a problem with an Excel 2007 file which I've attached for reference. The Aspose.Cells object model reports cell F39 as having no formula; i.e. IsFormula is false. However the cell does have a formula, which can be verified by opening the file in Excel. Note this cell is not the only incorrectly parsed item, other cells in the spreadsheet ...
1
|
|