|
|
Tag Browser: aspose.cells-bug
3 second(s)
-
Hello Amjad,I have a small trouble with the code im working on - <cfobject type=''JAVA'' action=''CREATE'' class=''xlsgen.XlsStyle'' name=''styleTechnicalOrientation''><cfset styleTechnicalOrientation = wksht.NewStyle()><cfobject type=''JAVA'' action=''CREATE'' class=''xlsgen.XlsAlignment'' name=''alignmentTechnical''><cfset ...
-
We are using the Aspose.Cells component v 5.2.1.1 to convert the attached Excel file to PDF. The conversion fails with the following exception:
Aspose.Cells.CellsException: Arithmetic operation resulted in an overflow.
at ?.?.?(Stream ?)
at Aspose.Cells.Workbook.Save(Stream stream, SaveOptions saveOptions)
We have tested this ...
-
Hi Team,
I got a big problem,I got an CSV file from my customer who has an exponential value 5.7893E+49. When i try to retrive that value from the file using CSV i am getting 5789300000000000000.... instead of 578934512398572359120345728437.
Is this a known issue or a default behaviour. Can you please explain me detaily on this. Its really a ...
-
I have a xlsx file with one cell containing data (704) 858-5372 of format NumberCategory: Special ,Type : Phone Number and Location :English(US) . I am Using Aspose.Cells dll with version 5.0.0.0 .When I use Aspose.Cells.ExportDataTableAsString() method ,The above mentioned cell data is captured ...
-
Hi,The method Cells.copyCellRange does not manage to copy a cell containg an array formula.We are using Aspose.CellsV2.1.0.39Attached you will find template and result of testprogram below:=================================================================import java.io.FileInputStream;import java.io.IOException;import ...
-
Cells A1 and A2 of the attached Excel files did not have the font changed from the default. Excel 2007 thinks both files are both using the Calibri font for both cells. Unfortunately Style.getFont().getName() returns ''Arial'' for cell A2 in the fonts.xlsx file (but ''Calibi'' for cell A2 in the fonts.xls file). The fonts.* files ...
-
When we have the formula=IF(A1=''''; ''Empty''; ''Not empty'')This is evaluated as in Excel if we Have a valueExplicitly set value to emty string ''''It is not evaluated as in Excel if we clear the cell in Excelclear the cell by code: inputs.getCells().getCell(''A1'').clearContent();Test code:import java.io.FileInputStream;import ...
-
I create a worksheet and set cell background colors using (pseudo code): style.ForegroundColor = color; style.Pattern = BackgroundType.Solid; styleFlag.CellShading = true; range = worksheet.Cells.CreateRange(...) range.ApplyStyle(style, styleFlag);If I open this worksheet in Excel the ...
-
Here's some code to create a workbook. The three things I've found to not work are data label positioning and fonts and textboxes in xlsx format. When labels are set to OutsideEnd, they're saved as BestFit and the change of font to Arial has no effect. I also cannot get a textbox or label added to the chart in 2007, but does work in 2003. We ...
-
I am evaluting Aspose.Cells 4.7.1.0 for use in an application we are developing. I need to read an XLS spreadsheet and merge in an XML spreadsheet, but have encountered a few problems with settings being lost.
The code I am using is:
Dim wkbkAspose As New Aspose.Cells.Workbook(), wkbkMerge As New ...
1
|
|