IronXL Docker ロゴ Linuxサポート IronXL Linux Compatibility & Setup Guide Curtis Chau 更新日:6月 1, 2025 Download IronXL NuGet Download テキストの検索と置換 Start Free Trial Copy for LLMs Copy for LLMs Copy page as Markdown for LLMs Open in ChatGPT Ask ChatGPT about this page Open in Gemini Ask Gemini about this page Open in Grok Ask Grok about this page Open in Perplexity Ask Perplexity about this page Share Share on Facebook Share on X (Twitter) Share on LinkedIn Copy URL Email article This article was translated from English: Does it need improvement? Translated View the article in English IronXL is built using pure .NET Standard, meaning it will work on all Linux distros that support .NET Core, .NET 5, and .NET 6. It will also work on all Docker, Azure, macOS platforms that support .NET frameworks and Windows. class="main-content__small-images-inline"> We recommend using .NET Core 3.1, .NET Core 5, or .NET Core 6, as well as any other runtimes marked as LTS by Microsoft, because they have guaranteed long-term support and are generally well-tested on Linux. No code changes are required to run IronXL on Linux. Generally, IronXL works out of the box thanks to extensive testing and configuration by our engineers. Linux support is important because many cloud services, such as Azure Web Apps, Azure Functions, AWS EC2, AWS Lambda, and Azure DevOps Docker, rely heavily on Linux. At Iron Software, we regularly use these cloud tools and understand that many of our Enterprise and SAAS customers do too. Officially Supported Linux Distros That Support .NET We officially support and recommend the latest 64-bit Linux OS's below for a "zero configuration" setup of IronXL. Ubuntu 20 Ubuntu 18 Debian 11 Debian 10 [Currently the Microsoft Azure Default Linux Distro] CentOS 7 CentOS 8 Please read "Other Linux Distros" below for advice on installing IronXL on a version of Linux that is not officially supported. Microsoftの公式Dockerイメージを使用することをお勧めします。 Other Linux distros are supported in part but may require manual configuration using apt-get. See "Linux Manual Setup" at the end of this document. IronXL NuGet Packages # The :ProductInstall directive might be specific to a certain setup or package manager. # You should replace it with the appropriate command for installing IronXL, e.g., with the dotnet CLI: dotnet add package IronXL # The :ProductInstall directive might be specific to a certain setup or package manager. # You should replace it with the appropriate command for installing IronXL, e.g., with the dotnet CLI: dotnet add package IronXL SHELL Ubuntu互換性 Ubuntuは、最もテストされたLinuxオペレーティングシステムです。 This is because it is heavily used in the Azure infrastructure, which we use for continuous testing and deployment. This platform also has official Microsoft .NET support and Official Docker Images. Ubuntu 20 class="main-content__small-images-inline"> 公式Microsoft Dockerイメージ: 64-bit Ubuntu 20.04 Docker Image for .NET Runtime 3.1 ('3.1-focal') 64-bit Ubuntu 20.04 Docker Image for .NET Runtime 5.0 ('5.0-focal') Ubuntu 18 class="main-content__small-images-inline"> 公式Microsoft Dockerイメージ: 64-bit Ubuntu 18.04 Docker Image for .NET Runtime 3.1 ('3.1-bionic') Although there is no official Docker image for .NET 5 on Ubuntu 18, compatibility is very high. Debian 11 class="main-content__small-images-inline"> Debian 10 is the default Linux distribution used by Microsoft when adding Docker support to a .NET project in Visual Studio. 公式Microsoft Dockerイメージ: 64-bit Debian 11 Docker Image for .NET Runtime 3.1 64-bit Debian 11 Docker Image for .NET Runtime 5.0 Debian 10 class="main-content__small-images-inline"> Debian 10 is the default Linux distribution used by Microsoft when adding Docker support to a .NET project in Visual Studio. 公式Microsoft Dockerイメージ: 64-bit Debian 10 Docker Image for .NET Runtime 3.1 64-bit Debian 10 Docker Image for .NET Runtime 5.0 CentOS 7 & CentOS 8: Ensure you have sudo admin privileges. There is no special configuration needed to run IronXL; just install the NuGet package and run. Other Linux Distros: Ensure your distro supports .NET and you have sudo admin privileges. Like with CentOS, there's no special configuration needed; just install the NuGet package and run. よくある質問 Linux環境でExcel操作を実行するにはどうすればよいですか? UbuntuやCentOSを含むさまざまなLinux環境でExcel操作を実行するために、IronXLという.NET Standardベースのライブラリを使用できます。これは.NET Coreと互換性があり、Linux用にコードを変更する必要はありません。 Excel操作を実行するために公式にサポートされているLinuxディストリビューションはどれですか? IronXLは公式に、Excel操作を実行するためにUbuntu 20、Ubuntu 18、Debian 11、Debian 10、CentOS 7、CentOS 8をサポートしています。 LinuxでIronXLを使用するための推奨.NETバージョンは何ですか? LinuxでIronXLを使用するための推奨.NETバージョンは.NET Core 3.1、.NET 5、および.NET 6です。これらは長期的なサポートと信頼性を提供します。 LinuxでIronXLを使用するためにコードを変更する必要がありますか? いいえ、LinuxでIronXLを使用するためにコードを変更する必要はありません。このライブラリは、サポートされているLinuxディストリビューション全体でそのまま動作するように設計されています。 LinuxシステムにIronXLをインストールするにはどうすればよいですか? IronXLは、dotnet add package IronXLというコマンドを使用してNuGetパッケージマネージャーでLinuxシステムにインストールできます。 IronXLはLinux上でDockerコンテナと一緒に使用できますか? はい、IronXLはLinux上でDockerコンテナと互換性があります。シームレスな統合のためにMicrosoftの公式Dockerイメージを使用できます。 クラウドアプリケーションにLinuxでIronXLを使用することが有益な理由は何ですか? 多くのサービスがAzureやAWSのようなLinux上で主に実行されているため、エンタープライズとSAASソリューションにとって不可欠です。 私のLinuxディストリビューションが公式にIronXLにサポートされていない場合はどうすればよいですか? Linuxディストリビューションが公式にサポートされていない場合、.NETと互換性があり、必要な管理者権限を持っていることを確認してください。apt-getのようなツールを使用して手動で構成を行う必要があるかもしれません。 IronXLを実行するためにUbuntuが最適な選択ですか? はい、Ubuntuは特にAzure環境内で最も広くテストされているプラットフォームとして非常に推奨されます。 CentOSでIronXLを使用するために特別な要件はありますか? CentOSでIronXLを使用するために特別な要件はありません。管理者権限を持っており、NuGetパッケージを使用した標準のインストールプロセスに従ってください。 IronXL は Linux 上で実行するための .NET 10 をサポートしていますか? はい。IronXL は .NET 10 をターゲットランタイムとしてサポートしており、.NET 10 をサポートするすべての Linux ディストリビューションで動作します。コードを変更することなく、IronXL NuGet パッケージを .NET 10 で使用できます。([ironsoftware.com](https://ironsoftware.com/csharp/excel/?utm_source=openai)) Curtis Chau 今すぐエンジニアリングチームとチャット テクニカルライター Curtis Chauは、カールトン大学でコンピュータサイエンスの学士号を取得し、Node.js、TypeScript、JavaScript、およびReactに精通したフロントエンド開発を専門としています。直感的で美しいユーザーインターフェースを作成することに情熱を持ち、Curtisは現代のフレームワークを用いた開発や、構造の良い視覚的に魅力的なマニュアルの作成を楽しんでいます。開発以外にも、CurtisはIoT(Internet of Things)への強い関心を持ち、ハードウェアとソフトウェアの統合方法を模索しています。余暇には、ゲームをしたりDiscordボットを作成したりして、技術に対する愛情と創造性を組み合わせています。 準備はいいですか? Nuget ダウンロード 1,686,155 | バージョン: 2025.11 ただ今リリースされました 試用ライセンスキーがメールで送信されました。 総ダウンロード数: 1,686,155 ライセンスを見る