We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c66103 commit 180dee0Copy full SHA for 180dee0
README.md
@@ -10,9 +10,9 @@ Overview
10
--------
11
12
1. Create an instance of the `RowSpec` module.
13
- - Define a type for spreadsheet rows.
14
- - Write functions to parse a row from a string, and write a row to string.
15
- - Give a string title describing the rows.
+ - Define a type for spreadsheet rows, give a string separator like `","`.
+ - Write functions to parse a row from a list of columns, and write a row to columns.
+ - Give a title---a list of strings describing each column in a row.
16
2. Call `Spreadsheet.Make` with your `RowSpec`.
17
3. Use the newly-created module to read a spreadsheet from a file, or
18
make a new one and add rows to it.
0 commit comments