jimrward
Well-known Member
- Joined
- Feb 24, 2003
- Messages
- 1,895
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
- 2003 or older
- Platform
- Windows
I have a large spreadsheet to run a sporting event with different categories which works fine. The participants nag me for prints every 15 mins which gets a bit tedious
I had this idea to display the relevant data from each category to an external monitor
Attached to the external monitor is a pc so the initial plan was to extract the data as xml or txt and using html and or php or xslt to render things nicely
I spent a while knocking up the code from various repositories only to find it wouldn’t display due to the moronic background blocking by edge of active X scripts and anything else that would be useful
I even tried edge in IE mode and still diddly
Short of retro machines running ie7 does anyone have any code that extracts a range from a worksheet to xml or txt and renders it to a webpage
I was hoping the php code would loop around looking for C1,c2,c3 etc for each category if found display, wait 20 secs, move on in the loop
I had this idea to display the relevant data from each category to an external monitor
Attached to the external monitor is a pc so the initial plan was to extract the data as xml or txt and using html and or php or xslt to render things nicely
I spent a while knocking up the code from various repositories only to find it wouldn’t display due to the moronic background blocking by edge of active X scripts and anything else that would be useful
I even tried edge in IE mode and still diddly
Short of retro machines running ie7 does anyone have any code that extracts a range from a worksheet to xml or txt and renders it to a webpage
I was hoping the php code would loop around looking for C1,c2,c3 etc for each category if found display, wait 20 secs, move on in the loop