简体   繁体   中英

Open Worksheet of Excel File in URL

I want to open a particular worksheet on a Excel file through URL. Googling suggested to use this format for the path " http://ags.mydomain.com/MyPMReports/Files/Doc33_HighwaySafety.xls#FreewayCrashRates "

Where Exce File name : Doc33_HighwaySafety.xls Worksheet inside it : FreewayCrashRates

But this doesn't seem to work.

Any help would be appreciated.

My application is in Flex + .NET

thanks, capton.

You can load the xls file using URLLoader as long as the file is in the same domain as your SWF or the server hosting it has a crossdomain.xml file that permits your domain to access it.

The #FreewayCrashRates syntax won't work for xls (in flex at least). You have to parse the xls with some converter ( Google it ) before you can use it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM