If you have a Windows-based server, I believe there is a module for IIS that will allow ASP.net applications to read Excel files (I don't recall what it is called and don't know how it works, so you'll have to do the research there). IMHO, reading from Excel files is not worth the effort to make it happen. It is much easier to save the Excel file as a CSV and read that.
On Tuesday, January 15, 2013 6:10:28 AM UTC-5, [email protected] wrote: > > I'm trying to build a google visualisation chart using excel file as my > data source. > > I don't want to use google spreadsheets in order to do so. > > Is there any other way to read the excel file directly and create the > chart from it? > > Thanks > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/a6L3t3pzIx4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
