Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

I was wondering is there a way to configure error logging for Aspose.Cells (.NET). The version I am using is, 25.5.0. I am facing one issue with an excel workbook that has more than 10 excel sheets ...
darthAJ's user avatar
0 votes
2 answers
81 views

I found out how to change text in Excel file with Aspose.Cells for Python through Java: import jpype import asposecells jpype.startJVM() from asposecells.api import * import os os.chdir(r"c:\...
StanleyBanley86's user avatar
0 votes
1 answer
56 views

When shifting from Aspose Cells v 25.3.0 to 25.4.0, the PrintArea behavior changed. Background: given an excel spreadsheet like this: Year Product Gross Net - - - 2001 Apples 100 30 Row Labels Sum of ...
Eric Patrick's user avatar
  • 2,307
1 vote
0 answers
45 views

Below is aspose cell cpp sample for line chart. but it shows only blue triangle filled with blue how to make this showing line chart? Aspose::Cells::Startup(); License lic; lic.SetLicense(u"...
user2607223's user avatar
0 votes
1 answer
75 views

I have 3 non-date columns in the input Excel file, and I want 3 PivotFieldType.ROW fields that can be explicitly grouped so that there is a select field drop-down option on the cell. This code is ...
user6092483's user avatar
0 votes
1 answer
63 views

I am using Aspose Words Version=16.7.0.0 and i am embedding excel file in word document using the code below but i cannot preserve the file name of excel file when i open it. The steps are: Creating ...
Luka Kalinić's user avatar
0 votes
1 answer
391 views

We are trying to get the html formatting from excel cell(basically the cell text in html format) including bullet points, italics, new lines, highlights, hyperlinks etc. We are using Apache POI but it ...
gbhati's user avatar
  • 563
0 votes
1 answer
111 views

I have a excel in which i have some columns which adds upto a end column total expences and that column value(expences total cell) decide which is the best row and according to it we have three colors ...
gouravm's user avatar
  • 319
0 votes
1 answer
107 views

I am working on excel report generation using Aspose, my users are across various countries and they should see the report in their culture. I am using aspose.net to generate the excel report, for ...
sajesh Nambiar's user avatar
0 votes
1 answer
262 views

I'm using aspose.cells in a .NET application. Let's say I have an excel workbook with three sheets named Sheet1, Sheet2, Sheet3. In Sheet1, cell A1 has been named "Apple" with global scope....
Valarenti's user avatar
  • 339
0 votes
0 answers
353 views

I'm working sap automatization(I use anaconda) and at the end of my code I use Jpype and aspose to make my excel read only password protected file. import jpype import asposecells jpype.startJVM() ...
macikeci's user avatar
-1 votes
1 answer
995 views

I'm having a problem downloading a Excel file in browser using React.js. Here is the situation: I have written an API which will take an Excel file as input , then after modifying it using Aspose ...
Suprateem Bose's user avatar
0 votes
2 answers
260 views

I have created an extension method to bind 2 different dropdownlist to specific cells using aspose. First dropdown is working fine but while binding the second dropdown, it throws error as Excel was ...
Asif Iqbal's user avatar
-1 votes
1 answer
430 views

I have to extract specifict information from a too big CSV file with C#, the file is 233 MB in size, it has 1000008 rows and 28 columns and insert tha information in a datatable. actually i tried with ...
Scott Guani's user avatar
0 votes
0 answers
113 views

Collecting aspose-total-java Using cached aspose-total-java-22.6.0.tar.gz (3.4 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did ...
Siddhi's user avatar
  • 1
0 votes
1 answer
259 views

I am new here and looking for some help, as I’ve been stuck on an issue… I’ve been tasked with creating an app that requires me to compare a range of aspose cells in ** c#** to an iteration of file ...
mhepner's user avatar
0 votes
2 answers
101 views

I have a simple python program which converts excel to json . import jpype import asposecells jpype.startJVM() from asposecells.api import Workbook workbook = Workbook("sample.xlsx&...
dishanm's user avatar
  • 120
0 votes
1 answer
571 views

I have a variable with rich text and am trying to write the data in an Excel cell using Aspose.Cells. The text formatting is coming fine but the Hyperlink is not getting rendered, it's coming as plain ...
Pankaj Toshniwal's user avatar
0 votes
1 answer
231 views

Is there an equivalent of this VBA function PivotTable.PivotSelect in Aspose.Cells product ? I am looking for a way to create a border on a whole selection of cells containing specific data field ...
GVA32156's user avatar
0 votes
1 answer
132 views

I saw that there was a way to autofit rows in the worksheet. But I only want to autofit the rows that have only merged cells in it. And keep all of the other rows the same. Not sure if there is a way ...
Tom Kurian's user avatar
0 votes
1 answer
618 views

I use Python’s AsposeCells to generate PNG images from excel files. First off, it works properly with my Python code. But I encountered this issue when I tried to turn my script into an exe file with ...
Md. Shafayat Jamil's user avatar
0 votes
1 answer
606 views

I have this code in python running jpype and asposeCells libraries, the purpose of this code is to convert numbers in text format (cells with green arrow) into actual numeric value import jpype import ...
myDAN's user avatar
  • 3
0 votes
1 answer
733 views

I want to fit column according to header width not the properties width.Ie Header size should be the column width ) i am using sheet.AutoFitColumns(); which fits according to the max length of cell. ...
gouravm's user avatar
  • 319
0 votes
0 answers
220 views

I want to get a row from XLSX workbook which has maximum data in it. I have the "com.aspose.cells.Cells" object of worksheet. workbook = new Workbook(sourceFilePath); com.aspose.cells....
Tech Digger's user avatar
0 votes
1 answer
470 views

I've following code that maps given json array of objects to excel file. But it outputs the file with headers in lower case. I want the headers to be in Pascal Case. Can someone help or lead me to ...
Osama Mirza's user avatar
0 votes
1 answer
975 views

We have renewed the "Aspose.Cells.lic" and "Aspose.Words.lic" the steps that we did: we have downloaded the files. we replaced the new files with the old ones, but we noticed that ...
MadiA's user avatar
  • 15
0 votes
0 answers
1k views

I use Aspose.Cells for Python via Java on Linux. I try to start the JVM, but it gives me an error because it looks like it can't find and enable it. File "/home/user/.local/lib/python3.10/site-...
Nuitano's user avatar
  • 61
0 votes
0 answers
318 views

So I'm working on an app for android and I've gotten it to work as long as it's been created using aspose cells. Here is my code: class Home: Fragment(R.layout.fragment_home) { override fun ...
user avatar
0 votes
1 answer
471 views

I'm using Aspose library to generate Excel report in this I'm facing issue to generate watermark to complete excel.I can able to generate watermark for only some cells but here I need to do for ...
Raghu's user avatar
  • 3
0 votes
1 answer
1k views

I have a Maven project and I'm using Aspose cells to manipulate an xlsx file. Aspose is configured through the POM <?xml version="1.0" encoding="UTF-8" standalone="no"?...
Tvrsier's user avatar
  • 11
0 votes
2 answers
2k views

I am trying to add Aspose cells dependency in gradle but I am not able to make it work . Attaching the gradle file and the error in terminal for the same.
Seth's user avatar
  • 49
0 votes
1 answer
966 views

My customer has a use case for exporting search results to a spreadsheet. I would like to return a formatted spreadsheet to them, but the only way I can get the formatting changes to "stick" ...
burkerking's user avatar
0 votes
1 answer
723 views

public static MemoryStream GenerateExcelReport(DataSet objDS) { // Instantiating a Workbook object Workbook workbook = new Workbook(); // Obtaining the ...
John N's user avatar
  • 3
0 votes
0 answers
347 views

export excel with Header(return XSSFOddHeader),transform to PDF,it show me the mess code when i input Chinese. I tried to transform the stirng encode and set the response header and contenttype,but it ...
Kevin.qin's user avatar
0 votes
0 answers
1k views

I am using ExcelJS npm oackage to generate my excel files in NestJS , it works fine for most part but I am unable to find a way to merge wroksheets from various workbooks in single new workbook ALONG ...
Seth's user avatar
  • 49
0 votes
1 answer
1k views

import jpype import asposecells jpype.startJVM() from asposecells.api import * for this code, I get the following error JVMNotFoundException: No JVM shared library file (jvm.dll) found. Try setting ...
SammySharken's user avatar
0 votes
0 answers
513 views

I am creating a csv file by taking data from SQLite table. I want to convert the csv file to xlsx format for it to be shared by bluetooth. I am limited to android 6. I have tried: Apache POI (Min SDK ...
Debayan Ghosh Dastider's user avatar
0 votes
1 answer
522 views

I am using Aspose. Cell for .net to write some data into Excel. I have a quick question: what are the best practices to get and write a value into the below cell? this kind of cell may be across ...
萧逸清's user avatar
  • 425
0 votes
1 answer
450 views

I am using Aspose. Cell for .net to write some data into Excel. I have a quick question: how to insert such kind of value? I find that there is a method "cell.putvalue(string)" , is it ...
萧逸清's user avatar
  • 425
0 votes
1 answer
767 views

Trying to install the latest Aspose.Cells package in VS 2019. Had a buddy try the same thing, same error. Have a license. What am I missing? Severity Code Description Project File Line ...
bitshift's user avatar
  • 7,032
1 vote
1 answer
1k views

I want to make use of the LightCells API within Aspose.Cells to help optimize my read and write processes while also reducing the memory utilization while processing the excel file. I have queries ...
Vaibhav Karale's user avatar
0 votes
1 answer
809 views

I'm new to Aspose.Words for .Net specifically Tables, and working on recreating some documents for a customer , and i want to create a table with severel rows and columns dynamically, my question is ...
Hafssa El's user avatar
0 votes
0 answers
937 views

I want to read dates from .xlsx file , I am using Aspose to read the date value from the column, But the output date value i got was in a different date format, Following are the dates needed in ...
Akash peter's user avatar
1 vote
1 answer
581 views

I'm using Aspose Cells with .net Core. I would like to copy a cell formula to another cell and update the cells references in the formula with its new "location". If I use the cell.copy it's ...
JudgeProphet's user avatar
  • 1,749
0 votes
1 answer
1k views

I'm working on a feature to export data into Excel file (.xls (Older version) format support). I have to append chunks into .xls file, without loading file into memory. The file should be in .xls ...
ved prakash kamma's user avatar
1 vote
2 answers
871 views

I have an import task that parses a huge .dat file as an Aspose Workbook. This was the original code: public static List<QueryResult> GetAsposeExcelDocumentWithSheetIndex(string filename, ...
Erica Stockwell-Alpert's user avatar
0 votes
1 answer
551 views

I’m using Aspose cells version 19.10. I have an html file with a table which I would like to save to an Xlsx file. HtmlLoadOptions loadOptions = new HtmlLoadOptions(); loadOptions....
Sergiu Martin's user avatar
1 vote
0 answers
179 views

I have a requirement to open excel workbooks in a web environment, rendered using a third part excel emulator (Aspose cells). This works fine until I hit workbooks which use cube formulas (CUBEMEMBER, ...
Programnik's user avatar
  • 1,559
0 votes
1 answer
3k views

I installed aspose-cells on databricks. When we run the code we get: ModuleNotFoundError on apsosecells.api import the required libraries: import jpype jpype.startJVM() import asposecells from ...
user12361187's user avatar
1 vote
1 answer
275 views

I have a text file that im converting to Excel using Aspose Cells for .NET. My data contains numeric values that are being converted to scientific notation, so to counteract that I added an apostrophe ...
Thegan Govender's user avatar

1
2 3 4 5
7