53 packages tagged with “ooxml”
A spreadsheet library for .NET framework and .NET core
EPPlus.Core is an unofficial port of the EPPlus library to .NET Core.
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
GemBox.Spreadsheet is a .NET component that enables you to read, write, convert, and print spreadsheet files (XLSX, XLS, XLSB, CSV, HTML, and ODS) from .NET applications. With GemBox.Spreadsheet you get a fast and reliable component that's easy to use and doesn't depend on Microsoft Excel. It requires only .NET and it's much faster than Microsoft Office Automation!
GemBox.Document is a .NET component that enables developers to read, write, convert and print document files (DOCX, DOC, ODT, PDF, HTML, XPS, RTF, TXT) from .NET applications in a simple and efficient way.
EPPlusFree is an unofficial EPPlus library, it is a continuous version of EPPlus Free Edition 4.5.3.3.
GemBox.Presentation is a .NET component that enables you to read, write, edit, convert, and print PowerPoint presentations from your .NET applications using a straightforward API. With GemBox.Presentation, you get a fast and reliable component that's easy to use. It requires only the .NET, so you can deploy your application easily without considering other licenses. And it's up to 20 times faster than Microsoft PowerPoint automation!
Create advanced Excel spreadsheets using .NET
A 100% managed code library to generate Excel .xlsx Workbooks. Can be safely used on a server, no COM Interop or other unsafe/unsupported operations.
A powerful and fast Aspose.Cells cloud SDK library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
A powerful and fast native C++ library for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV and HTML files.
EPPlus-LGPL is an unofficial EPPlus library which includes bug fixes beyond EPPlus 4.5.3.3 including support for .NET 6+.
MailMerge replaces simple and complex merge fields in WordProcessingML .docx files and helps you apply .Net's Xml & XPath tooling to Word documents. Component Usage For Streams or Files: ``` var (outputStream, errors) = new MailMerger().Merge(inputStream, Dictionary); var (ok,errors) = new MailMerger().Merge(inputFileName, Dictionary, outputFileName); ``` Extension Methods & Helpers for working with OoXml ``` stream.AsWordprocessingDocument(isEditable) stream.AsXPathDocOfWordprocessingMainDocument(isEditable) stream.AsXElementOfWordprocessingMainDocument(isEditable) stream.GetXmlDocumentOfWordprocessingMainDocument() fileInfo.GetXElementOfWordprocessingMainDocument() fileInfo.GetXmlDocumentOfWordprocessingMainDocument() ``` A NamespaceManager, NameTable & Uri which you need when creating an XmlDocument and/or XElements: ``` var xdoc = new XmlDocument(OoXmlNamespaces.Manager.NameTable) var xelement= mainDocumentPart.CreateElement("w", "t", OoXmlNamespaces.WpML2006MainUri) ``` CommandLine Usage: Perform a merge, or show a document's Xml ``` dotnet MailMerge.dll inputFile1 outputFile1 [inputFileN [...outputFileN]] [ key=value [...] ] dotnet MailMerge.dll --showxml file [fileN ...] ```
Extension methods for EPPlus.
ShapeCrawler is a .NET library for manipulating PowerPoint presentations. It provides fluent APIs to process slides without having Microsoft Office installed. This library provides a simplified object model on top of the Open XML SDK for manipulating PowerPoint documents without any COM+ or COM interop layers.
Create advanced Excel spreadsheets using .Net, Forked from https://github.com/JanKallman/EPPlus
【重要】このパッケージは、次のメジャーバージョン(V8J)を提供する予定がございません。新しいパッケージ(DioDocs.Excel.ja)への移行をご検討ください。 ---------- DioDocs for Excel(DsExcel)は、Excel に依存しない、小フットプリント・高速スプレッドシート API です。.NET Standard 2.0 を完全にサポートしているため、.NET Framework および .NET Core でスプレッドシートを生成、ロード、変更、変換できます。このスプレッドシート API を使用するアプリケーションは、クラウド、Windows、Mac、Linux に展開できます。設計や要件に妥協を求めない、強力な計算エンジンと広範な機能を備えています。 このインタフェースベースの API は、Excel のドキュメントオブジェクトモデルに基づいてモデル化されています。そのため、あらゆるスプレッドシートシナリオのインポート、計算、クエリー、生成、エクスポートが可能です。DsExcel を使用すると、レポート全体、ソートおよびフィルタ処理されたテーブル、ソートおよびフィルタ処理されたピボットテーブル、ダッシュボードレポートなどの作成、チャート、スパークライン、条件付き書式設定などの追加、Excel テンプレートのインポート/エクスポート、さらにスプレッドシートの PDF への変換を行うことができます。 ブラウザ上で実装例と動作結果を確認できるオンラインデモ( https://demo.mescius.jp/diodocs/excel/ )を公開しております。実際のプロジェクトもダウンロードできますので、ご参照ください。 DioDocs for Excel を使用するには、開発ライセンス、もしくは30日間利用可能なトライアル版ライセンスのいずれかが必要です。いずれのライセンスも適用されない場合、一部の機能が制限されます。ライセンスの手続き方法についてはライセンスのページを参照してください。 なお、本パッケージは DioDocs for PDF(DsPdf)のパッケージ(GrapeCity.DioDocs.Pdf.ja)を依存ライブラリとして参照していますが、DsExcel のライセンスでは、DsExcel の Save メソッドなどを介して間接的に DsPdf ライブラリを利用することのみが許可されます。DsExcel の機能を介さず、DsPdf のライブラリの機能を直接使用することは(DsPdf ライブラリに含まれるクラスのインスタンスを直接生成するなど)、DsExcel のライセンスでは許諾されておりません。PDF ライブラリの機能を直接使用する場合には、別途 DsPdf のライセンスが必要です。 DioDocs for Excel に関する情報については、以下のリンク先をご参照ください。 製品情報:https://developer.mescius.jp/diodocs 製品ヘルプ:https://docs.mescius.jp/help/diodocs/excel ライセンス手続き:https://developer.mescius.jp/support/license 前バージョンからの変更点に関する詳細は、以下のリンク先をご参照ください。 リリースノート:https://docs.mescius.jp/help/diodocs/excel/#ReleaseNotes.html 【本パッケージは日本語版製品です。】
can easily work with EPPlus to generate Excel(.xlsx) and get excel data
Aspose.Cells.GridJs is a lightweight, scalable, and customizable toolkit that provides cross-platform web applications, enables convenient development for editing or viewing Excel/Spreadsheet files, offers simple deployment, and provides easy-to-use APIs based on JSON format.
Docentric Toolkit Engine is a .NET class library for Word reporting. It also enables you to create, modify, extract, combine, modify and print documents using Document Object Model APIs. This package only contains the Engine and if you need complete Docentric Toolkit, please download it from the product's website.
A very simple, yet incredibly powerfull library to generate Excel documents out of objects, arrays, lists, collections, etc.
Forked from EPPlus,Use ImageSharp Instead System.Drawing.Common In order to run on rh¢os 6.x
GroupDocs.Assembly for .NET is a class library that enables you to generate documents in popular office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, CSV, objects of custom .NET types, external documents, and more. The library is not tied with any particular document type or industry and is able to help you in generation of documents of various types, be it business, financial, or legal documents, reports, letters, invoices, bills, insurance policies, NDAs, and so on.
Composing Excel spreadsheets based on a tree of nested components like the HTML DOM.
Helps exporting objects to an Excel file (.xlsx).