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