enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

Table.write #105

Closed sylwiabr closed 5 years ago

sylwiabr commented 5 years ago

We need the write method to save Table to the file - figure out the format from extension, if format like txt is given use csv.

sylwiabr commented 5 years ago

When I am trying to write foo.txt as an xlsx file I don't have proper dates foo.xlsx @mwu-tow

mwu-tow commented 5 years ago

The dates are properly placed in the file. You might need to resize the column to see it though to fully fit it.