- Takes a file (.csvp) as input, and converts it to a comma seperated value file (.csv)
- The following steps are taken on the input file
- Step 1
- Read all values from the cells
- Calculate results for cells with no dependencies.
- Keep information concerning dependencies on any other cells.
- Read all values from the cells
- Step 2
- Attempt to resolve any dependencies to place the value in the cells.
- Do any calculations on the resolved values.
- Step 3
- Write resulting csv data to a new file.
- Step 1
- The following steps are taken on the input file
SpaceFishDev/CSV-Preprocess
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|