-
a) When an instance of ZCL_EXCEL is created, a first worksheet is also created. The name of this sheet is set to a GUID (see discussion from 2012-03-21).
b) When creating a workbook with multiple sh…
-
What steps will reproduce the problem?
1. Run ZDEMO_EXCEL1
2. Open HelloWorld.xlsx in 'Open XML SDK 2.0 Productivity Tool' or 'Package Explorer'
What is the expected output? What do you see instead?
…
-
To get line breaks correctly displayed it is required that the cell has a style where the alignment attribute wraptext is set to true. This was asked in the Discussion [[url:https://cw.sdn.sap.com/cw/…
-
Hello,
we've installed latest stable release 5.0. Unfortunately the Hello World example report produces a corrupt xlsx-file, see attached.
Please assist.
Kind regards
Jan
-
_Symptom:_ flag "Horizontal Centered" set in file only with flag "Vertical Centered".
_Reason:_ ZCL_EXCEL_WRITER_2007 method CREATE_XL_SHEET line 1065-1067 repeats 2 times io_worksheet->sheet_setup->v…
-
Is it possible to setup the worksheet to supress the output of "0" like it can be done in the options of excel?
Frank
-
I fixed the bug "to read values from formula cells" in ZCL_EXCEL_READER_2007->ZIF_EXCEL_READER~LOAD method . Earlier it was returning formula instead of value.
The change i made can be searched by u…
-
[[url:https://cw.sdn.sap.com/cw/message/92450|See disussion here]].
-
Readers don't support any hidden state of worksheets
Writer / Worksheetclass don't support veryHidden state
-
Create the following formula in a new Excel workbook in cell D1: =B1-C1
Copy this formula down several rows, say D2 -> D10
Save the workbook.
Use ZDEMO_EXCEL37 to upload the workbook.
The formula wil…