You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Choosing `FALSE` treats cells as discrete objects. Cells are arranged in arrays by column, where each cell has properties of name, column title, row title, and span number.
48
+
- Choosing `FALSE` treats cells as discrete objects. Cells are arranged in arrays by column, where each cell has properties of name, column title, row title, span number, and URL (if applicable).
49
49
- Choosing `TRUE` treats each cell as a value for the attribute indicated in the column header. With this option, rows are arranged in an array, with `column_title : cell_title` pairs as attributes.
50
50
- Default: `FALSE`
51
51
-`ignoreHidden`
@@ -64,7 +64,7 @@ sample.php has examples of the correct usage.
64
64
65
65
### TODO
66
66
- Override cell names/data
67
-
- Handle html tags within a cell better (as attribute of the cell). ex: links within the cell
67
+
- Handle more html tags within a cell (links have been handled).
68
68
- Do something with the style and/or class of a given cell, row, or column. This information could be useful in some cases and shouldn't be hard to access.
0 commit comments