[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Spreadsheet_XML.tex
felicia
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 29 Aug 2007 16:44:46 -0000
felicia Wed Aug 29 12:44:46 2007 EDT
Added files:
/loncom/html/adm/help/tex Spreadsheet_XML.tex
Log:
some quick documentation about spreadsheet XML files. Probably could use improvement - just wanted to get this in quickly.
Index: loncom/html/adm/help/tex/Spreadsheet_XML.tex
+++ loncom/html/adm/help/tex/Spreadsheet_XML.tex
\label{Spreadsheet_XML}
It is possible to create a spreadsheet in XML, upload and publish the XML file to your authoring space, and then select and load the file replace your existing spreadsheet. Use the Select link and Load button to do this.
The filename must be named something.spreadsheet. The XML looks like the following:
\begin{verbatim}
<spreadsheet type="">
<field col="I" row="0">CALCULATIONS GO HERE</field>
</spreadsheet>
\end{verbatim}
Where the type attribute of the spreadsheet can be any of the following: classcalc, studentcalc, or assesscalc.