Skip to content

Commit

Permalink
temporary workaround for #8384
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Nov 27, 2023
1 parent 2978b58 commit 9a3522a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9a3522a

Please sign in to comment.