|
|
Tag Browser: aspose.cells
10 second(s)
-
When I'm using both Aspose.Words and Aspose.Cells I have a problem using .Save....
Bits of code :
using Aspose.Cells; using Aspose.Words; ...
-
Hi,We are currently evaluating the aspose cells api for reading excel worksheets for reading data from cells/worksheets. We were initially trying to work with the 'Workbook' api but looks like it has memory issues with big files. In our application we do expect our excel files to be of size greater than 500Mb upto 1Gb. While browsing the forums I ...
-
Hi guys,We have to modify a single worksheet in a quite large Excel spreadsheet. The size of this Excel spreadsheet is about 200Mb on disk and it doesn't contain any charts, pictures or formulas. It just contains 15 million decimal values distributed across 20 worksheets.The problem is that Aspose needs about 900Mb of memory to load this Excel ...
-
join:
Hi,
Please check whether the specified path ''/tmp/Aspose/fonts'' exists and you have access rights for it. Also please call setFontDir() at the beginings of your application before using any other functionalities of cells component. And we think it will be better for you to isolate the issue by creating a console application to ...
-
mshakeel.faiz:Hi,I think, you should call workbook.calculateFormula() and then read the results. This method will calculate the values of all the formulas and you will be able to get the correct value.
it gives me
java.lang.NullPointerException at com.aspose.cells.b.a.b.g.<init>(Unknown Source) at ...
-
executing the procedure
public static void Sav(String p_file_path, String p_sheet, String p_cell_in, String p_cell_out, float p_val) throws Exception { Workbook workbook = new Workbook(p_file_path); Cells cells = ...
-
Hi there,
Just curious, if I found a newer version of , for example, woodstox jar, can I just replace what's in the Aspose.Cell package with the newest one? Or it's mandatory to setup Cells with some particular third party jars which comes with the package?
P.S. I have the latest Aspose.Cells
Cheers,
Denis
-
how can i use the addline method like yellow in C# ?
not like thisworksheet.Shapes.AddLine(4, 0, 3, 0, 10, 50);
like this
AddLine(StartP.X, _StartP.Y, _EndP.X, _EndP.Y)
i have to make a graph like this file ( not use rotation)
VBSCRIPT(not aspose)
For iX = 1 To iColNumber iNextX = iX iNextY = ...
-
i will draw lines like in this file
i want to know how
please help
-
Hi, I'm having a problem following the following example for embedding an Excel OLE chart in a Powerpoint presentation: http://www.aspose.com/documentation/java-components/aspose.slides-for-java/creating-excel-chart-and-embedding-it-in-presentation-as-ole-object-1.htmlI'm using Aspose.Cells 7.0.1 and Aspose.Slides 2.6.0 with the following ...
1 ...
|
|