Hi experts I download this page, and put it into my http server www.webodf.org/about/features/spreadsheetsviewing-techpreview-demo.html then I change this line <body onload="loadDocument('myexcellocation');"> then I open the page in my browser, it won't display the excel, what's wrong with me ? Lei
my reference is
http://frinring.wordpress.com/2014/07/28/webodf-easily-used-part-1-viewerjs/
On Fri, Oct 17, 2014 at 10:24 AM, lei yang
Hi experts
I download this page, and put it into my http server
www.webodf.org/about/features/spreadsheetsviewing-techpreview-demo.html
then I change this line <body onload="loadDocument('myexcellocation');">
then I open the page in my browser, it won't display the excel, what's wrong with me ?
Lei
use one of my server I meet below error, but it works well in my local pc
XML Parsing Error: not well-formed
Location: http://128.224.153.52:8000/plan.xml
Line Number 8, Column 78: <iframe id="viewer" src = "gg.ods" width='400'
height='300' allowfullscreen webkitallowfullscreen></iframe>
-----------------------------------------------------------------------------^
the html is
<!DOCTYPE HTML>
<html>
<head>
<title>example.odp</title>
</head>
<body>
<div>We got an ODP file.</div>
<iframe id="viewer" src = "gg.ods" width='400' height='300'
allowfullscreen webkitallowfullscreen></iframe>
</body>
</html>
On Fri, Oct 17, 2014 at 10:29 AM, lei yang
my reference is http://frinring.wordpress.com/2014/07/28/webodf-easily-used-part-1-viewerjs/
On Fri, Oct 17, 2014 at 10:24 AM, lei yang
wrote: Hi experts
I download this page, and put it into my http server
www.webodf.org/about/features/spreadsheetsviewing-techpreview-demo.html
then I change this line <body onload="loadDocument('myexcellocation');">
then I open the page in my browser, it won't display the excel, what's wrong with me ?
Lei
participants (1)
-
lei yang