Skip to content

Commit

Permalink
redaction and parser
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhe998 committed Jan 26, 2024
1 parent 7b629e0 commit d8ea0f4
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 55 deletions.
4 changes: 1 addition & 3 deletions cells/en/net/parser/ods/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document parsing with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.
A basic document parsing with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.

{{% /blocks/products/pf/agp/text %}}

Expand Down
4 changes: 1 addition & 3 deletions cells/en/net/parser/xls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document parsing with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.
A basic document parsing with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.

{{% /blocks/products/pf/agp/text %}}

Expand Down
4 changes: 1 addition & 3 deletions cells/en/net/parser/xlsb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document parsing with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.
A basic document parsing with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.

{{% /blocks/products/pf/agp/text %}}

Expand Down
4 changes: 1 addition & 3 deletions cells/en/net/parser/xlsm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document parsing with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.
A basic document parsing with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.

{{% /blocks/products/pf/agp/text %}}

Expand Down
4 changes: 1 addition & 3 deletions cells/en/net/parser/xlsx/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document parsing with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.
A basic document parsing with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code. Parse text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument ODS files.

{{% /blocks/products/pf/agp/text %}}

Expand Down
13 changes: 3 additions & 10 deletions cells/en/net/redaction/ods/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ keywords: [C# Aspose.Cells., c# Search and replace text in ODS file., c# redact

{{% blocks/products/pf/agp/content h2="How to Redact ODS File Using C#" %}}

In order to redact ODS file, we’ll use
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open
[NuGet](https://www.nuget.org/packages/aspose.cells)
package manager, search for
**Aspose.Cells**
and install. You may also use the following command from the Package Manager Console.
In order to redact ODS file, we’ll use [Aspose.Cells for .NET](https://products.aspose.com/cells/net) API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open [NuGet](https://www.nuget.org/packages/aspose.cells) package manager, search for **Aspose.Cells** and install. You may also use the following command from the Package Manager Console.

{{% blocks/products/pf/agp/code-block title="Command" offSpacer="true" %}}

Expand All @@ -40,9 +34,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document search and replace text in contents, comments or metadata with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code.
A basic document search and replace text in contents, comments or metadata with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code.

{{% /blocks/products/pf/agp/text %}}

Expand Down Expand Up @@ -140,6 +132,7 @@ Files with ODS extension stand for OpenDocument Spreadsheet Document format that
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xls/" name="XLS" description="Excel Binary Format" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsb/" name="XLSB" description="Binary Excel Workbook File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsm/" name="XLSM" description="Spreadsheet File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsx/" name="XLSX" description="OOXML Excel File" >}}

{{< /blocks/products/pf/agp/other-supported-section >}}

Expand Down
13 changes: 3 additions & 10 deletions cells/en/net/redaction/xls/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ keywords: [C# Aspose.Cells., c# Search and replace text in XLS file., c# redact

{{% blocks/products/pf/agp/content h2="How to Redact XLS File Using C#" %}}

In order to redact XLS file, we’ll use
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open
[NuGet](https://www.nuget.org/packages/aspose.cells)
package manager, search for
**Aspose.Cells**
and install. You may also use the following command from the Package Manager Console.
In order to redact XLS file, we’ll use [Aspose.Cells for .NET](https://products.aspose.com/cells/net) API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open [NuGet](https://www.nuget.org/packages/aspose.cells) package manager, search for **Aspose.Cells** and install. You may also use the following command from the Package Manager Console.

{{% blocks/products/pf/agp/code-block title="Command" offSpacer="true" %}}

Expand All @@ -40,9 +34,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document search and replace text in contents, comments or metadata with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code.
A basic document search and replace text in contents, comments or metadata with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code.

{{% /blocks/products/pf/agp/text %}}

Expand Down Expand Up @@ -140,6 +132,7 @@ Files with XLS extension represent Excel Binary File Format. Such files can be c
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/ods/" name="ODS" description="OpenDocument Spreadsheet File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsb/" name="XLSB" description="Binary Excel Workbook File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsm/" name="XLSM" description="Spreadsheet File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsx/" name="XLSX" description="OOXML Excel File" >}}

{{< /blocks/products/pf/agp/other-supported-section >}}

Expand Down
13 changes: 3 additions & 10 deletions cells/en/net/redaction/xlsb/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ keywords: [C# Aspose.Cells., c# Search and replace text in XLSB file., c# redact

{{% blocks/products/pf/agp/content h2="How to Redact XLSB File Using C#" %}}

In order to redact XLSB file, we’ll use
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open
[NuGet](https://www.nuget.org/packages/aspose.cells)
package manager, search for
**Aspose.Cells**
and install. You may also use the following command from the Package Manager Console.
In order to redact XLSB file, we’ll use [Aspose.Cells for .NET](https://products.aspose.com/cells/net) API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open [NuGet](https://www.nuget.org/packages/aspose.cells) package manager, search for **Aspose.Cells** and install. You may also use the following command from the Package Manager Console.

{{% blocks/products/pf/agp/code-block title="Command" offSpacer="true" %}}

Expand All @@ -40,9 +34,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document search and replace text in contents, comments or metadata with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code.
A basic document search and replace text in contents, comments or metadata with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code.

{{% /blocks/products/pf/agp/text %}}

Expand Down Expand Up @@ -140,6 +132,7 @@ XLSB file format specifies the Excel Binary File Format, which is a collection o
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/ods/" name="ODS" description="OpenDocument Spreadsheet File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xls/" name="XLS" description="Excel Binary Format" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsm/" name="XLSM" description="Spreadsheet File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsx/" name="XLSX" description="OOXML Excel File" >}}

{{< /blocks/products/pf/agp/other-supported-section >}}

Expand Down
13 changes: 3 additions & 10 deletions cells/en/net/redaction/xlsm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ keywords: [C# Aspose.Cells., c# Search and replace text in XLSM file., c# redact

{{% blocks/products/pf/agp/content h2="How to Redact XLSM File Using C#" %}}

In order to redact XLSM file, we’ll use
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open
[NuGet](https://www.nuget.org/packages/aspose.cells)
package manager, search for
**Aspose.Cells**
and install. You may also use the following command from the Package Manager Console.
In order to redact XLSM file, we’ll use [Aspose.Cells for .NET](https://products.aspose.com/cells/net) API which is a feature-rich, powerful and easy to use document manipulation API for C# platform. Open [NuGet](https://www.nuget.org/packages/aspose.cells) package manager, search for **Aspose.Cells** and install. You may also use the following command from the Package Manager Console.

{{% blocks/products/pf/agp/code-block title="Command" offSpacer="true" %}}

Expand All @@ -40,9 +34,7 @@ PM> Install-Package Aspose.Cells

{{% blocks/products/pf/agp/text %}}

A basic document search and replace text in contents, comments or metadata with
[Aspose.Cells for .NET](https://products.aspose.com/cells/net)
APIs can be done with just few lines of code.
A basic document search and replace text in contents, comments or metadata with [Aspose.Cells for .NET](https://products.aspose.com/cells/net) APIs can be done with just few lines of code.

{{% /blocks/products/pf/agp/text %}}

Expand Down Expand Up @@ -140,6 +132,7 @@ Files with XLSM extension is a type of Spreadsheet files that support Macros. Fr
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/ods/" name="ODS" description="OpenDocument Spreadsheet File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xls/" name="XLS" description="Excel Binary Format" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsb/" name="XLSB" description="Binary Excel Workbook File" >}}
{{< blocks/products/pf/agp/other-supported-section-item href="https://products.aspose.com/cells/net/redaction/xlsx/" name="XLSX" description="OOXML Excel File" >}}

{{< /blocks/products/pf/agp/other-supported-section >}}

Expand Down
Loading

0 comments on commit d8ea0f4

Please sign in to comment.