diff --git a/distribution/lib/Standard/Table/0.0.0-dev/src/Excel/Excel_Workbook.enso b/distribution/lib/Standard/Table/0.0.0-dev/src/Excel/Excel_Workbook.enso index ae1ad9084b48b..a1bb3138bfa7c 100644 --- a/distribution/lib/Standard/Table/0.0.0-dev/src/Excel/Excel_Workbook.enso +++ b/distribution/lib/Standard/Table/0.0.0-dev/src/Excel/Excel_Workbook.enso @@ -52,9 +52,8 @@ type Excel_Workbook - file: Optional file reference. from_stream : Input_Stream -> Boolean -> Boolean | Infer -> File | Nothing -> Excel_Workbook from_stream stream xls_format=False headers=Infer file=Nothing = Excel_Reader.handle_bad_format file <| - stream.with_java_stream java_stream-> - java_file = file # FIXME - Error.throw "TODO" + _ = [stream, xls_format, headers] + Error.throw "TODO" ## PRIVATE Creates an Excel_Workbook connection.