enso/test/Table_Tests
James Dunkerley 7a2d304fa0
Update Excel reading API (#3523)
- Remove `from_xls` and `from_xlsx`.
- Add `headers` support to `File_Format.Excel`.
- Altered default read for Excel to be the first sheet.
- Altered behavior so that single cells grow down and right when reading sheet.
- Altered `Excel_Range` so knows if single cell or 1x1 range address.

# Important Notes
- Renamed `Range` to `Cell_Range` to avoid name clash.
2022-06-21 13:39:32 +00:00
..
data Update Excel reading API (#3523) 2022-06-21 13:39:32 +00:00
src Update Excel reading API (#3523) 2022-06-21 13:39:32 +00:00
package.yaml Simple CSV parser (#1268) 2020-11-05 16:53:50 +01:00