Unplanned
Last Updated: 05 Oct 2016 11:08 by ADMIN
If you want to export a document with modified Normal style, you have to modify it and then set it to at least one cell in order to be exported. This maybe is caused by the fact that if the style is not used it is not exported.

Workaround: Export single cell in the row with this style applied to it:

using (ICellExporter cell = row.CreateCellExporter())
{
    cell.SetFormat(new SpreadCellFormat()
    {
          CellStyle = normalStyle
     });
}
Unplanned
Last Updated: 27 Nov 2018 13:46 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 3
Category: SpreadStreamProcessing
Type: Feature Request
12
Provide a way to export filters.
Unplanned
Last Updated: 17 Aug 2017 10:13 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: SpreadStreamProcessing
Type: Feature Request
3
Add ability to export charts.
Completed
Last Updated: 03 Aug 2021 14:27 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 1
Category: SpreadStreamProcessing
Type: Feature Request
7

			
Unplanned
Last Updated: 17 Aug 2017 10:10 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SpreadStreamProcessing
Type: Feature Request
13

			
Unplanned
Last Updated: 17 Aug 2017 10:05 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SpreadStreamProcessing
Type: Feature Request
7

			
Unplanned
Last Updated: 08 Mar 2017 13:08 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: SpreadStreamProcessing
Type: Feature Request
12
Orientation, margins, scale to fit one page, paper type, header/footer, etc.
1 2 3 4