English

How to Freeze Top Row and Left Column in Excel with C#

Overview The FreezePane feature in C# provides a powerful way to enhance user experience when working with Excel Spreadsheets. This feature is especially useful in scenarios where large amounts of data need to be displayed but can become unwieldy when scrolling through numerous rows and columns. Locking rows and columns keeps important data within view, allowing users to enter information or analyze data without losing sight of the context. The code snippet we are going to explore showcases a simple yet effective implementation of freezing panes in an Excel worksheet using the FileFormat.
October 21, 2024 · 3 min · Fahad Adeel

Create a PowerPoint Presentation Programmatically using Open Source C# Slides Library

Download or install an open-source FileFormat.Slides API via Nuget to create MS PowerPoint Presentations. This presentation automation library offers easiest and user friendly features. We’re excited to introduce FileFormat.Slides for .NET, the newest addition to our suite of open-source C# APIs. Tailored specifically for .NET developers, this powerful API streamlines the manipulation of PowerPoint Presentations (PPT/PPTX), making tasks like opening, editing, and enhancing slides remarkably simple. Whether you’re an experienced developer or just starting out, incorporating FileFormat.
October 18, 2024 · 3 min · Muhammad Umar

How to Draw Circles in PowerPoint PPT PPTX Slides using a Free C# API

Draw Circles Programmatically in PowerPoint Slides (PPT/PPTX) with C# API In this post, we’ll explore how to draw circles in PowerPoint slides programmatically using FileFormat.Slides for .NET, a free, open-source C# API. This powerful tool allows developers to automate PowerPoint presentations, adding dynamic and custom-designed shapes like circles to any slide without relying on Microsoft PowerPoint software. What is FileFormat.Slides for .NET? FileFormat.Slides for .NET is a robust API tailored for PowerPoint slide manipulation.
September 27, 2024 · 4 min · Muhammad Umar

How to Draw Lines in PowerPoint PPT PPTX Slides using Free C# API

Draw Lines Programmatically in PowerPoint Slides (PPT/PPTX) with a Free C# API In this technical guide, we’ll demonstrate how to draw lines in PowerPoint slides programmatically using FileFormat.Slides for .NET, a free and open-source C# API. Whether you’re developing automated presentations or creating custom slide designs, this tutorial will walk you through each step of the process. What is FileFormat.Slides for .NET? FileFormat.Slides for .NET is a powerful and flexible API designed to automate PowerPoint presentation creation and manipulation.
September 27, 2024 · 3 min · Muhammad Umar

How to Draw Rectangles in PowerPoint PPT PPTX Slides using Free C# API

Draw Rectangles Programmatically into the Slides of your PowerPoint Presentations (PPT/PPTX) using a Free C# API In this FAQ-style blog post, we’ll explore how to draw rectangles on your slides using FileFormat.Slides for .NET. Whether you’re a beginner or an experienced developer, we’ve broken down the process into easy-to-follow steps. Let’s enhance your presentation automation skills and learn how to draw rectangles in PowerPoint slides using a free C# API.
September 10, 2024 · 4 min · Muhammad Umar

Get Hidden Sheets from MS Excel Spreadsheet using FileFormat.Cells

Overview Managing Excel spreadsheets with hidden sheets is common when dealing with complex data sets or protecting certain information. Retrieving these hidden sheets can be crucial when working on reporting, data validation, or debugging. With the FileFormat.Cells SDK, developers can easily programmatically access hidden sheets in Excel files. This guide will show you how to retrieve hidden sheets from a Microsoft Excel spreadsheet using C#. Retrieving hidden sheets Retrieving hidden sheets from an Excel file using the FileFormat.
August 28, 2024 · 3 min · Fahad Adeel

Get Column Heading from MS Excel Worksheet using FileFormat.Cells

Overview Extracting column headings from Excel spreadsheets is an essential task for data analysts and developers working with Excel files. By leveraging the power of FileFormat.Cells SDK, you can automate this process, eliminating manual data entry and improving efficiency. This tutorial will walk you through the process of retrieving column headings from a Microsoft Excel worksheet using the FileFormat.Cells SDK, a reliable and open-source solution for Excel manipulation. This approach is ideal for automating data extraction in business applications, whether you’re working with large datasets or need to organize your spreadsheet data more effectively.
August 23, 2024 · 3 min · Fahad Adeel

How to Remove Pictures from PowerPoint Slides using Free C# API

Enhance your PowerPoint presentations (PPT/PPTX) by removing images programmatically using a free C# API. In this FAQ-style blog post, we’ll explore how to remove images from your slides using FileFormat.Slides for .NET with ease. Whether you’re a newbie or an expert, we’ve simplified the process with easy-to-follow answers to your most pressing questions. Let’s level up your presentation automation and learn how to remove pictures from PowerPoint slides using free C# API.
July 19, 2024 · 4 min · Muhammad Umar

Hide/Unhide Worksheets in C# with Open Source FileFormat.Cells

Overview Managing Excel worksheets programmatically can greatly enhance your productivity, especially when dealing with large spreadsheets. This tutorial will guide you through hiding and unhiding worksheets in Excel using the FileFormat.Cells SDK. By controlling the visibility of sheets, you can organize your data more effectively and streamline your workflow. Hide/Unhide Worksheets in C# with Open Source FileFormat.Cells The ability to hide and unhide worksheets in Excel is crucial for maintaining a clean and organized workbook.
June 24, 2024 · 3 min · Fahad Adeel

Set Default Styles in Excel with FileFormat.Cells - Quick Guide

Overview Enhance your productivity by mastering Excel file manipulation with FileFormat.Cells SDK. In this guide, you’ll learn how to set default styles in Excel workbooks, ensuring consistency and professionalism in your data presentation. Set Default Styles in Excel with FileFormat.Cells Setting default styles in Excel facilitates maintaining a uniform appearance throughout your workbook, saving time and ensuring consistency. With FileFormat.Cells, you can easily define default fonts, sizes, and colors for your spreadsheets.
June 21, 2024 · 2 min · Fahad Adeel