Displaying an excel spreadsheet with xsl
-
I would like to thank the person who created this thread. I need to display a spreadsheet- anyone ever done this? I was hoping to treat it like an image, but that didn't work out for me. Thanks, Lilian :)
I do not think with the information you have provided an answer can be given. What is the the data source? A spreadsheet is a little vague. Even an Excel file is to vague. What form? Tab Delimited? XML? What do you want to display all the rows and columns cells definitions? or just a selected block. Now if you have saved the Excel file as XML you can transform that into something else, say an HTML table of selected rows. Unless you add a solver, you are not going to get the results. Good ideas are not adopted automatically. They must be driven into practice with courageous patients. -Admiral Rickover. ...
-
I do not think with the information you have provided an answer can be given. What is the the data source? A spreadsheet is a little vague. Even an Excel file is to vague. What form? Tab Delimited? XML? What do you want to display all the rows and columns cells definitions? or just a selected block. Now if you have saved the Excel file as XML you can transform that into something else, say an HTML table of selected rows. Unless you add a solver, you are not going to get the results. Good ideas are not adopted automatically. They must be driven into practice with courageous patients. -Admiral Rickover. ...
I guess I should have been more specific. It would be an XY scatter chart from Excel.
-
I guess I should have been more specific. It would be an XY scatter chart from Excel.
If I save the chart in a new worksheet, copy the object and paste it into Paint, I get a bitmap which is something I know how to handle. Anyone have a clue as to how to make code do this?