Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6d8ecd0
kb(grid): Customize export with SpreadStreamProcessing
ntacheva May 5, 2023
ac1073a
kb(grid): add more links
ntacheva May 5, 2023
02787c2
Update components/grid/export/csv.md
ntacheva May 12, 2023
9899cb5
Update components/grid/export/csv.md
ntacheva May 12, 2023
c0969e9
Update components/grid/export/csv.md
ntacheva May 12, 2023
81038d8
Update components/grid/export/events.md
ntacheva May 12, 2023
bb90167
Update components/grid/export/events.md
ntacheva May 12, 2023
1e78644
Update components/grid/export/csv.md
ntacheva May 12, 2023
7ef3276
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
20122cc
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
089a150
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
889b6a8
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
3c6b4bc
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
e0ef80c
Update components/grid/export/events.md
ntacheva May 12, 2023
96c8c4c
Update components/grid/export/events.md
ntacheva May 12, 2023
f43cf13
Update components/grid/export/excel.md
ntacheva May 12, 2023
a3730ae
Update components/grid/export/excel.md
ntacheva May 12, 2023
5522adf
Update knowledge-base/grid-custom-cell-formatting-with-radspreadproce…
ntacheva May 12, 2023
33462f2
Update components/grid/export/excel.md
ntacheva May 12, 2023
115deef
Update components/grid/export/excel.md
ntacheva May 12, 2023
b427ab5
Update knowledge-base/grid-custom-cell-formatting-with-radspreadproce…
ntacheva May 12, 2023
a7e870d
Update knowledge-base/grid-custom-cell-formatting-with-radspreadproce…
ntacheva May 12, 2023
85b02c7
Update components/grid/export/csv.md
ntacheva May 12, 2023
060787a
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
bb1ea6c
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
f54fbc0
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
2afe318
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 12, 2023
7d5ab3e
docs(grid):case fixing
ntacheva May 12, 2023
13e6a91
Update components/grid/export/excel.md
ntacheva May 30, 2023
b1828b7
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 30, 2023
f4e3fe0
Update knowledge-base/grid-custom-cell-formatting-with-radspreadstrea…
ntacheva May 30, 2023
95f8f7a
Update components/grid/export/events.md
ntacheva May 30, 2023
330377a
chore(grid): fix wording
ntacheva May 30, 2023
9add3ee
chore(grid): format comments, add caption
ntacheva May 30, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update knowledge-base/grid-custom-cell-formatting-with-radspreadproce…
…ssing.md Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
  • Loading branch information
ntacheva and yordan-mitev authored May 12, 2023
commit a7e870d0360d457bec58f9f74eae9611cfcd06cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To customize the cell format of the exported file before it reaches the client,

3. [Import the new `MemoryStream` in a `workbook`](https://docs.telerik.com/devtools/document-processing/knowledge-base/import-export-save-load-workbook#load-workbook-from-file-as-filestream-or-memorystream).

4. Select the desired cells - create a [CellSelection](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/working-with-cells/accessing-cells-of-worksheet).
4. Select the desired cellscreate a [`CellSelection`](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/working-with-cells/accessing-cells-of-worksheet).

5. Add your desired cell modifications to the selected cells. The example below demonstrates adding cell fill, you can modify different [cell properties](https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/working-with-cells/get-set-clear-properties#cell-properties) based on the result you want to achieve.

Expand Down