Skip to content

Commit b9ada8e

Browse files
committed
polished with slug and image
1 parent 379a854 commit b9ada8e

File tree

3 files changed

+12
-19
lines changed

3 files changed

+12
-19
lines changed

knowledge-base/handle-empty-cells-radspreadstreamprocessing.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
11
---
2-
title: Handling Empty Cells with RadSpreadStreamProcessing During Excel Import
2+
title: Handling Empty Cells with RadSpreadStreamProcessing
33
description: This article demonstrates how to manage empty cells when importing an Excel file into a DataTable using RadSpreadStreamProcessing.
44
type: how-to
5-
page_title: How to Handle Empty Cells with RadSpreadStreamProcessing in Excel Import
5+
page_title: How to Handle Empty Cells with RadSpreadStreamProcessing
66
slug: handle-empty-cells-radspreadstreamprocessing
7-
tags: radspreadstreamprocessing, document processing, excel, xlsx, import, datatable, empty cells
7+
tags: spread, stream, document, processing, excel, xlsx, import, datatable, empty, cells
88
res_type: kb
99
ticketid: 1678225
1010
---
11+
<style> img[alt$="><"] { border: 1px solid lightgrey; } </style>
1112

1213
## Environment
1314

14-
<table>
15-
<tbody>
16-
<tr>
17-
<td>Product</td>
18-
<td>RadSpreadStreamProcessing for Document Processing</td>
19-
</tr>
20-
</tbody>
21-
</table>
15+
| Version | Product | Author |
16+
| ---- | ---- | ---- |
17+
| 2025.1.205| RadSpreadStreamProcessing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
2218

2319
## Description
2420

25-
When importing an Excel file into a DataTable using RadSpreadStreamProcessing, empty cells are skipped, resulting in misalignment of the data with the columns. This article explains how to correctly handle empty cells during the import process, ensuring data is accurately represented in the DataTable.
21+
When importing an Excel file into a [DataTable](https://learn.microsoft.com/en-us/dotnet/api/system.data.datatable?view=net-9.0) using [RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-overview%}), empty cells are skipped, resulting in misalignment of the data with the columns. This article explains how to correctly handle empty cells during the import process, ensuring data is accurately represented in the DataTable.
2622

27-
This knowledge base article also answers the following questions:
28-
- How to import an Excel file into a DataTable with empty cells using RadSpreadStreamProcessing?
29-
- How to ensure data integrity when empty cells are present in an Excel import?
30-
- What approach can be used to include empty cells during Excel file import into a DataTable?
23+
![Empty Cells in SpreadStreamProcessing](images/spread-stream-processing-empty-cells.png)
3124

3225
## Solution
3326

@@ -80,6 +73,5 @@ This code iterates through each cell in the imported rows. If a cell is skipped
8073

8174
## See Also
8275

83-
- [RadSpreadStreamProcessing Overview](https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview)
84-
- [Import and Export to Excel File Formats](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/import-and-export-to-excel-file-formats/xls/xlsformatprovider)
85-
- [Using DataTableFormatProvider](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/formats-and-conversion/data-table/using-data-table-format-provider#export)
76+
- [RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-overview%})
77+
- [Import Excel File Formats with RadSpreadStreamProcessing]({%slug radspreadstreamprocessing-import%})
5.92 KB
Loading

libraries/radspreadstreamprocessing/import.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ Through the importer objects, you can access the properties of the different ele
6767

6868
* [Getting Started]({%slug radspreadstreamprocessing-getting-started%})
6969
* [Workbook]({%slug radspreadstreamprocessing-model-workbook%})
70+
* [Handling Empty Cells with RadSpreadStreamProcessing]({%slug handle-empty-cells-radspreadstreamprocessing%})

0 commit comments

Comments
 (0)