The smartxls tag has no wiki summary.
0
votes
1answer
13 views
Formula address from column and row numbers in SmartXLS (java)
How can I get the formula address of a cell knowing the column and the row numbers? I want to use it to link a dynamic data source to a chart. THX
0
votes
0answers
31 views
how to make column for not participating while creating chart using smart xls API?
In my application media type, $, % columns are there. I want to build graph for all media types based on % column only but now it is adding $ and % both columns by default. Is there any way to specify ...
0
votes
0answers
114 views
HTML string issues with SmartXLS API
Recently I came across with this API referred by a friend which helps in creating pivot tables easily. I started working on it to check it's download functionality and I encountered a couple of ...
0
votes
0answers
112 views
Use SmartXLS to read csv, make sure numbers don't converts to dates
Been searching for a long time how to make it possible, while using SmartXLS, to import a csv-file and make sure numbers dont converts to dates. Is there a way of handling this issue or am I in need ...
1
vote
1answer
422 views
Design API for Create Pivot in Excel Using Java
I am Java Developer and I want to design Java API for creating a Pivot Table in Excel. However, I am stuck how would I create one? Does anybody have an idea about how to design Java API for creating a ...
0
votes
1answer
528 views
How I can export xlsx using SmartXLS
I need export the excel output, after edit using this library.
tips??
0
votes
1answer
532 views
Using smartxls dll I cannot change the default name on open
I am using smartxls in my asp.net project with c#. I have the following code:
var excel = new SmartXLS.WorkBook();
string projPath = AppDomain.CurrentDomain.BaseDirectory;
excel.readXLSX(projPath + ...
0
votes
1answer
469 views
Aspose.Cells vs SmartXLS
Has anybody used/evaluated both of these libraries and can tell me the difference?
Otherwise has anyone here used SmartXLS for reading/creating/updating excel files and can tell me his experience?
The ...
1
vote
1answer
2k views
Reading xlsx file using SmartXLS
Can anybody please tell me how to use SmartXLS to read xlsx file by giving an example?