ShapeCrawler alternatives and similar packages
Based on the "Office" category.
Alternatively, view ShapeCrawler alternatives based on common mentions on social networks and blogs.
-
NPOI
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop. -
EPPlus
EPPlus is a .net library that reads and writes Excel 2007/2010 files using the Open Office Xml format (xlsx). -
ExcelDataReader
Lightweight and fast library written in C# for reading Microsoft Excel files -
ClosedXML
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API. -
DocX
Fast and easy to use .NET library that creates or modifies Microsoft Word files without installing Word. -
MiniExcel
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet -
ExcelDna
Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library. -
NetOffice
π Create add-ins and automation code for Microsoft Office applications. -
Report-From-DocX-HTML-To-PDF-Converter
.NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF -
BookFx
Composing Excel spreadsheets based on a tree of nested components like the HTML DOM. -
ExcelDna-Unpack
Command-line utility to extract the contents of Excel-DNA add-ins packed with ExcelDnaPack -
Outlook Redemption
Library to work with the Outlook Object Model and (Extended) MAPI. Supports Outlook 98 -
GemBox.Bundle
A package of .NET components that enable fast, simple and efficient processing of office files (Excel, Word, PowerPoint, PDF and emails). [$]****[Free Lite versions]
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ShapeCrawler or a related project?
README
[ShapeCrawler](./resources/readme.png)
ShapeCrawler (formerly SlideDotNet) is a .NET library for manipulating PowerPoint presentations. It provides a simplified object model on top of the Open XML SDK to process presentations without having Microsoft Office installed.
Getting Started
install-package ShapeCrawler
Usage
using var pres = SCPresentation.Open("some.pptx");
// get number of slides
var slidesCount = pres.Slides.Count;
// get text of TextBox
var autoShape = pres.Slides[0].Shapes.GetByName<IAutoShape>("TextBox 1");
var text = autoShape.TextFrame!.Text;
Visit Wiki page to find more usage samples.
Have questions?
If you have a question:
- join our Discussions Forum and open discussion;
- you can always email the author to [email protected]
Contributing
How you can contribute?
- Give a Starβ If you find this useful, please give it a star to show your support.
- Polls. Participate in the voting on Polls discussion.
- Bug report. If you get some issue, please don't ignore and report this bug on issue page.
- Code contributing. There are features/bugs tagged with help-wanted label which waiting for your Pull Requestπ Please read Contribution Guide to get more details.
*Note that all licence references and agreements mentioned in the ShapeCrawler README section above
are relevant to that project's source code only.