enso/distribution/lib/Standard/Base/0.0.0-dev
Radosław Waśko b5c995a7bf
Reworking Excel support to allow for reading of big files (#8403)
- Closes #8111 by making sure that all Excel workbooks are read using a backing file (which should be more memory efficient).
- If the workbook is being opened from an input stream, that stream is materialized to a `Temporary_File`.
- Adds tests fetching Table formats from HTTP.
- Extends `simple-httpbin` with ability to serve files for our tests.
- Ensures that the `Infer` option on `Excel` format also works with streams, if content-type metadata is available (e.g. from HTTP headers).
- Implements a `Temporary_File` facility that can be used to create a temporary file that is deleted once all references to the `Temporary_File` instance are GCed.
2023-12-15 00:02:15 +00:00
..
src Reworking Excel support to allow for reading of big files (#8403) 2023-12-15 00:02:15 +00:00
THIRD-PARTY Upgrade enso to GraalVM for jdk 21 (#7991) 2023-11-17 18:02:36 +00:00
package.yaml Add GROUP to functions (#7622) 2023-08-23 13:20:38 +00:00