Commit 15eba2b
Fahad Adeel
Add New Row and Column Manipulation Features to FileFormat.Cells
- Implement InsertRow, InsertRows, HideRows, UnhideRows, HideColumns, and UnhideColumns methods.
- Enhance the Worksheet class to support advanced row and column operations, improving the library's functionality.
- Ensure robust error handling and input validation for new methods.
- Update API documentation for added methods, providing clear usage instructions.
These updates introduce significant enhancements to the FileFormat.Cells library, allowing for more versatile manipulation of rows and columns in Excel worksheets.1 parent ac36eb6 commit 15eba2b
File tree
5 files changed
+1339
-402
lines changed- FileFormat.Cells_Tests
- FileFormat.Cells
5 files changed
+1339
-402
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments