Import an existing EXCLE-File

Using ASP.NET MVC 4 without EJ2

.:: Existing EXCLE-File has ::.
- 3 Sheets
- different tables, which can be accessed by its (custom)name

.:: Read the values by its table name, which is inside Sheet 2 ::.

That table(4x10) has:

- heading(4x1)
- values(4x8)
- Total row for every heading(4x1)
- and a name which I can access unique(I want to give it in the GUI)

=> 3 of them.

At the end, I need:
a) - dataset's with every row - based on its heading - with its content(without the total, or at least extra)
b) - every row, based on its heading-name(without the total, or at least extra)

Thanks

6 Replies

PK Prakash Kumar D Syncfusion Team August 2, 2018 12:25 PM UTC

Hi Kevin, 
 
 
 
Thank you for contacting Syncfusion support. 
 
 
We have prepared the sample as per your requirement.  Kindly download the sample from the following link 
 
 
 
 
Regards, 
Prakash Kumar 



KE Kevin August 6, 2018 10:20 AM UTC

Hi,

can I have the same example for pivot-tables ?!

Thanks


PK Prakash Kumar D Syncfusion Team August 7, 2018 07:25 AM UTC

Hi Kevin, 
 
Thank you for updating us. 
 
We have prepared sample as per your requirement. Kindly download the sample from the following link  
 
Please let us know if you need any further assistance. 
 
Regards, 
Prakash Kumar 



KE Kevin August 7, 2018 11:34 AM UTC

Hi ; I dont habe the "Text" property.

.Fields[field].Items[l].Text

=> "'IPivotFieldItem' does not contain a definition for 'Text' and no extension method 'Text' accepting a first argument of type 'IPivotFieldItem' could be found"

Using Syncfusion: 14.2450.0.26


KE Kevin August 7, 2018 03:44 PM UTC

By the way I need the headings,  of that pivot-result-table

not the fields name .Fields[l].Name.

please change the example


PK Prakash Kumar D Syncfusion Team August 9, 2018 11:10 AM UTC

Hi Kevin,  
 Thank you for updating us.  
 We have prepared sample as per your requirement. Kindly download the sample from the following link   
 Please let us know if you need any further assistance.  
 Regards,  
Prakash Kumar  


Loader.
Up arrow icon