Closed yummy527 closed 2 years ago
See the example in https://julialang.github.io/IJulia.jl/stable/manual/installation/#Installing-additional-Julia-kernels where they set the environment variable JULIA_NUM_THREADS.
See the example in https://julialang.github.io/IJulia.jl/stable/manual/installation/#Installing-additional-Julia-kernels where they set the environment variable JULIA_NUM_THREADS.
Thanks. It works.
And another question: the rangefield like A2:B5 in load function must be provided? When a batch of excel files to be read, it is not convenient to provide range in each file.
And another question: the rangefield like A2:B5 in load function must be provided?
This seems like an upstream issue.
And another question: the rangefield like A2:B5 in load function must be provided?
Well, if you want a rectangular output back, you'll have to specify the bounds of what it reads. The heuristics of which block of values to read is never going to be reliable across all kinds of spreadsheets.
If your sheets are more standardised, you can use the lower level getRow
and gelCol
functions to fectch the individual cell values.
When runing in jupyter the code below,
Erro occurs.