1) can i import multiple sheets that are stored in a excel document so these will represent multiple tables in my document in codap? right now i have to save each sheet as a csv and bring them on one at a time
2) Is there a way to fill incomplete data in my columns by interpolating the known values?
There is no way to import multiple sheets from excel at the same time. If you use Numbers instead of Excel, there is a shortcut for doing the importing that you may find helpful. Select the cells in a given sheet. Press the mouse down and, after a brief pause, drag from Numbers into the CODAP document and release. This is supposed to work in Excel, but I tried just now with Excel on my Mac and couldn’t get it to work. If you’re using Excel on Windows you may have better luck. If so, then this at least eliminates the exporting step.
Regarding interpolation, CODAP doesn’t have a particular function for this. But I could imagine cobbling something together making use of the prev and next functions as in
It worked for me from Excel. I had to move the cursor to the border of the highlighted block of cells so I could get the “hand” cursor for dragging cells around. If I dragged into CODAP I got an imported data set.