-
|
My main question is: Should I be able to use ImportExcel in a linux container? I'm using aws lambdas. I'm trying to figure out if I can include it like a regular Pwsh module, in a layer. I do not need autosize, if it simplifies things. WARNING: ImportExcel Module Cannot Autosize. Please run the following command to install dependencies:
apt-get -y update && apt-get install -y --no-install-recommends libgdiplus libc6-devI'm using the PwshRuntimeLayer2:
Type: AWS::Serverless::LayerVersion
Properties:
ContentUri: powershell-runtime
CompatibleRuntimes:
- provided.al2Summary (Click to Expand) |
Beta Was this translation helpful? Give feedback.
Answered by
dfinke
Nov 30, 2022
Replies: 1 comment
-
|
I have successfully run ImportExcel in Linux containers on GitHub Actions. That is just a warning about Autosize. Should work to read/write xlsx files. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ninmonkey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I have successfully run ImportExcel in Linux containers on GitHub Actions. That is just a warning about Autosize. Should work to read/write xlsx files.