You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p> <ahref="https://openize-cells.github.io/Openize.Cells-for-.NET/">Openize.Cells</a> is an <b>open-source .NET library</b> developed to automate Spreadsheet creation and management. This is an extensible C# library for Workbook management and modification. Regardless of the user's expertise, this <b>Spreadsheet API</b> is easy to install and use. In addition, the robustness of this API is due to <ahref="https://learn.microsoft.com/en-us/office/open-xml/word-processing">OpenXML</a> which is the core engine of Openize.Cells. However, you may install this C# library to achieve Excel file generation and manipulation programmatically. Once this library is set up, you need no third-party library to automate Spreadsheet creation or modification.
3
+
<p> <ahref="https://fileformat-cells.github.io/FileFormat.Cells-for-.NET/">FileFormat.Cells</a> is an <b>open-source .NET library</b> developed to automate Spreadsheet creation and management. This is an extensible C# library for Workbook management and modification. Regardless of the user's expertise, this <b>Spreadsheet API</b> is easy to install and use. In addition, the robustness of this API is due to <ahref="https://learn.microsoft.com/en-us/office/open-xml/word-processing">OpenXML</a> which is the core engine of FileFormat.Cells. However, you may install this C# library to achieve Excel file generation and manipulation programmatically. Once this library is set up, you need no third-party library to automate Spreadsheet creation or modification.
<td>This folder includes test files generated by this Open-Souorce .NET API.</td>
29
29
</tr>
30
30
</table>
31
31
32
32
## Library Features & Provisions
33
33
34
-
<p> <ahref="https://openize-cells.github.io/Openize.Cells-for-.NET/">Openize.Cells</a> provides seamless Spreadsheet creation and manipulation. Moreover, this Spreadsheet API lets users design Excel files programmatically as per data representation needs. </p>
34
+
<p> <ahref="https://fileformat-cells.github.io/FileFormat.Cells-for-.NET/">FileFormat.Cells</a> provides seamless Spreadsheet creation and manipulation. Moreover, this Spreadsheet API lets users design Excel files programmatically as per data representation needs. </p>
35
35
36
36
This Open-Source .NET API comes up with the following functionalities:
37
37
38
-
- <ahref="https://openize-cells.github.io/Openize.Cells-for-.NET/">Openize.Cells</a> API provides empty Excel file creation as well as with the content. Moreover, .NET developers can
38
+
- <ahref="https://fileformat-cells.github.io/FileFormat.Cells-for-.NET/">FileFormat.Cells</a> API provides empty Excel file creation as well as with the content. Moreover, .NET developers can
39
39
open existing Excel files from a file & stream both.
40
40
- This .NET Spreadsheet API offers methods and properties to create/delete Worksheets. Further, users can insert/delete data into cells and read rows/columns programmatically.
41
41
- There are methods and properties to update the Font family and Font size of the data in Cells.
42
-
- Users can leverage the <ahref="https://openize-cells.github.io/Openize.Cells-for-.NET/api/Openize.Cells.Image.Image.html">Image</a> namespace to add images to Worksheets. In addition, there are properties and functions to extract images from Worksheets.
42
+
- Users can leverage the <ahref="https://fileformat-cells.github.io/FileFormat.Cells-for-.NET/api/FileFormat.Cells.Image.Image.html">Image</a> namespace to add images to Worksheets. In addition, there are properties and functions to extract images from Worksheets.
43
43
44
44
45
45
## Getting Started With FileFormat.Words For .NET
46
46
47
-
<p>Since Openize.Cells is available as a <ahref="#">NuGet Package</a>, you can download the Nuget Package of this library. Well, the installation procedure of this C# Spreadsheet API is a matter of running a single command as mentioned below: </p>
48
-
<code>Install-Package Openize.Cells</code>
47
+
<p>Since FileFormat.Cells is available as a <ahref="#">NuGet Package</a>, you can download the Nuget Package of this library. Well, the installation procedure of this C# Spreadsheet API is a matter of running a single command as mentioned below: </p>
48
+
<code>Install-Package FileFormat.Cells</code>
49
49
50
50
## Creating an Excel Spreadsheet Programmatically
51
51
52
-
The following code segment creates an empty <ahref="https://docs.openize.com/spreadsheet/xlsx/">Excel<a/> file with a default Worksheet.
52
+
The following code segment creates an empty <ahref="https://docs.fileformat.com/spreadsheet/xlsx/">Excel<a/> file with a default Worksheet.
<p> <ahref="https://openize-cells.github.io/Openize.Cells-for-.NET/">Openize.Cells</a> is planning to add more functionalities to its features bucket. However, after the successful launch of <ahref="https://openize-cells.github.io/Openize.Cells-for-.NET/">Openize.Cells</a> and <ahref="https://openize-words.github.io/FileFormat.Words-for-.NET/">FileFormat.Words</a> the development of FileFormat.Slides is a work in progress. So, stay in touch for regular updates. </p>
64
+
<p> <ahref="https://fileformat-cells.github.io/FileFormat.Cells-for-.NET/">FileFormat.Cells</a> is planning to add more functionalities to its features bucket. However, after the successful launch of <ahref="https://fileformat-cells.github.io/FileFormat.Cells-for-.NET/">FileFormat.Cells</a> and <ahref="https://fileformat-words.github.io/FileFormat.Words-for-.NET/">FileFormat.Words</a> the development of FileFormat.Slides is a work in progress. So, stay in touch for regular updates. </p>
0 commit comments