G
Guest
Hi,
I have a web application, that takes from excel a range of rows and columns...
The method that gets the data in the ranges returns an Array of two
dimensions with the data...
Then i render the data in the browser for instance using html tables....
My problem its that:
In my company we have to do a lot of applications of this type (with excel),
and i would like to automatize the resulting layout, cause i allways obtain
an array of two dimensions (sometimes biger, sometimes smaller) to render
after....
Usually im using a StringBuilder to append into the c# code the html, but i
dont like this solution cause if i have to modify the layout, i have to open
the code, recompile, and then put it on-line again...
I thought that xml maybe its a good solution. But really i dont know.
Could you give some advices about the way to do this?
I have a web application, that takes from excel a range of rows and columns...
The method that gets the data in the ranges returns an Array of two
dimensions with the data...
Then i render the data in the browser for instance using html tables....
My problem its that:
In my company we have to do a lot of applications of this type (with excel),
and i would like to automatize the resulting layout, cause i allways obtain
an array of two dimensions (sometimes biger, sometimes smaller) to render
after....
Usually im using a StringBuilder to append into the c# code the html, but i
dont like this solution cause if i have to modify the layout, i have to open
the code, recompile, and then put it on-line again...
I thought that xml maybe its a good solution. But really i dont know.
Could you give some advices about the way to do this?