Skip navigation links
B E G L S 

B

breakOutByRow(String, File, String, String) - Method in class edu.odu.cs.sheetManip.Spreadsheet
Scans the given spreadsheet.

E

edu.odu.cs.sheetManip - package edu.odu.cs.sheetManip
 
evaluateSheet(String, boolean) - Method in class edu.odu.cs.sheetManip.Spreadsheet
Fetch the contents (values only) of a sheet as a list (by rows) of arrays (by column) of strings.

G

getCellValue(String, int, int) - Method in class edu.odu.cs.sheetManip.Spreadsheet
Retrieve the value of a spreadsheet cell, expressed as a string.

L

loadCSV(File, String) - Method in class edu.odu.cs.sheetManip.Spreadsheet
Replace the contents of a sheet by the contents of a CSV file, updating calculations elsewhere in the spreadsheet afterwards.

S

Spreadsheet - Class in edu.odu.cs.sheetManip
A grading spreadsheet/workbook from which individual sheets can be extracted as CSV or have date loaded from CSV.
Spreadsheet(File) - Constructor for class edu.odu.cs.sheetManip.Spreadsheet
Create a grade spreadsheet object mapping onto an existing Excel spreadsheet file (xls or xslx format).
storeCSV(File, String, boolean) - Method in class edu.odu.cs.sheetManip.Spreadsheet
Write the contents (values only) of a sheet by into a CSV file.
B E G L S 
Skip navigation links