Domi Bigl
6d12c57f27
fix print titles range read and write #801 ( #862 )
...
* fix print titles range read and write
* remove empty line in method definition
2021-10-30 19:54:46 +02:00
sandraros
5da41aaab2
Fix #486 Multiple Styles in One Cell ("rich text format") ( #852 )
...
* Final modifications - All good
* Lint 7.02 + reader huge was forgotten
Co-authored-by: sandraros <sandra.rossi@gmail.com>
Co-authored-by: sandraros <sandraros@gmail.com>
2021-10-24 16:07:58 +02:00
sandraros
ec3f73c0e2
Fix #836 new feature "Ignored Errors" ( #839 )
...
* Fix SHIFT_FORMULA (issues #727 and #728 ) (#830 ) (#838 )
Fix SHIFT_FORMULA (issues #727 and #728 )
Co-authored-by: Abo <andrea@borgia.bo.it>
Co-authored-by: Abo <andrea@borgia.bo.it>
* Fix #836 new feature "Ignored Errors"
Fix #836
* Lint xsdbool -> boolc
* lint expression as argument -> variable as argumen
* lint remove constructor expression
* Update src/zcl_excel_writer_2007.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* Update src/zcl_excel_writer_2007.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
* fix previous merge mistake
Co-authored-by: Abo <andrea@borgia.bo.it>
Co-authored-by: sandraros <sandraros@gmail.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-10-16 13:22:38 +02:00
sandraros
de39aa842a
Modif done but tests not done ( #851 )
...
Co-authored-by: sandraros <sandra.rossi@gmail.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-10-15 15:42:33 +02:00
sandraros
1076b86547
Fix #547 autofilter messed up if several sheets ( #821 )
...
Fix #547
Co-authored-by: sandraros <sandra.rossi@gmail.com>
Co-authored-by: Abo <andrea@borgia.bo.it>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-10-04 16:50:50 +02:00
sandraros
b9a248dcb4
Fix issue #819 read/write autofilter values ( #820 )
...
* Fix issue #819 read/write autofilter values
Fix issue #819
* Code cleanup
Co-authored-by: sandraros <sandra.rossi@gmail.com>
Co-authored-by: Abo <andrea@borgia.bo.it>
2021-10-04 16:47:32 +02:00
sandraros
69d4883773
Do not change sy fields anymore (abaplint) ( #797 )
...
Fix #704
Co-authored-by: sandra <sandra.rossi@gmail.com>
2021-09-19 09:49:46 +02:00
Mike Pokraka
2710dd9717
Pretty print ( #781 )
...
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-07-28 00:33:22 +02:00
sandraros
e029864bbb
Wrongly changed file size #722 ( #741 )
...
* Fix #722 worksheet dimension (last empty rows)
* Fix #722 reduce DIFF quantity (indentations)
Co-authored-by: Jane Doe <Jane.Doe@World.com>
Co-authored-by: Abo <andrea@borgia.bo.it>
2021-07-03 19:07:18 +02:00
sandraros
7b48cd0d90
fix #687 for reading range of hyperlinks ( #750 )
...
fix-#687-for-reading-range-of-hyperlinks
Co-authored-by: sandraros <sandra.rossi@gmail.com>
Co-authored-by: Gregor Wolf <gregor.wolf@gmail.com>
2021-05-21 21:15:49 +02:00
Lars Hvam
5eae938b01
replace boolean with abap_bool ( #694 )
2020-09-19 08:11:03 +02:00
Domi Bigl
37ad2fd68a
improve handling of multiple CF rules and ranges ( #682 )
2020-07-21 22:22:20 +02:00
JuvickAul
1c7e527a3b
Reading corrupted xlsx file ( #663 )
...
A cell contained text in the original template. It was lated deleted. But apparently a link to SharedStrings from the cell was not removed. An exception occurred after downloading and opening the file via ZCL_EXCELL_READER_2007 class. All operations until ZCL_EXCEL_READER_2007 were done using other tools.
2020-04-28 17:28:58 +02:00
Lars Hvam
49d78bfe35
remove tabs, remove seq empty lines ( #660 )
...
LGTM
2020-04-19 16:15:07 +02:00
Dennis Schaaf
718b15091e
ATC check cleared ( #657 )
...
* ATC check cleared
removed SELECT * from USR01
removed empty SELECT...ENDSELECT on URS01
* Removed Inerface method implementation
ZIF_EXCEL_READER~CAN_READ_FILE was implemented but this method is not defined anymore in the Interface.
ATC check failed with incorrect syntax.
Solution: Method implementation deleted.
2020-04-17 11:06:58 +02:00
Dennis Schaaf
84aa650b8e
Bugfix range conversion ( #628 )
...
When reading xlsx and autofilters are being applied a dump occured when autofilter range was defined like "Sheet1!#REF1"
Such ranges are now ignored so that the xlsx can be read.
2019-09-24 22:35:12 +02:00
Gregor Wolf
d3fd799e5b
Remove beak-point + pretty print
2019-02-19 10:08:05 +00:00
Gregor Wolf
8699a5ce48
Implementation for #396
...
As suggested by @Jitsuryoku
2019-01-29 15:41:43 +01:00
Ivan
3c578c447e
Merge pull request #566 from AtomKrieg/master
...
modern style exception raise
2018-10-19 15:18:51 -05:00
AtomKrieg
a150c56e0d
modern style exception raise
2018-10-19 07:24:31 +03:00
Ivan
1c143fad77
Adding some comment #551
...
Comments
2018-09-16 17:33:38 -05:00
Ivan
39c906c88d
Close issue #551
...
Including fix for issue #551
2018-09-16 17:32:06 -05:00
AtomKrieg
0945411b94
Update zcl_excel_reader_2007.clas.abap
2018-09-16 11:21:41 +03:00
Ivan Femia
5e6bb3ba10
fix #434
2017-10-05 19:16:35 +02:00
Ivan Femia
969da4a9dc
Fix issue #484
...
Removed the conditional formatting object from the structure
2017-05-22 21:00:39 +02:00
Ivan Femia
6c124bf61d
Fix issue #484
...
Removed row dimension and introduced row object
2017-05-19 23:52:29 +02:00
Ivan Femia
68b2c66edd
First implementation for issue #484
2017-05-19 00:11:31 +02:00
Ivan Femia
f8b0e354db
Moving to abapGit
...
First commit to abapGit
2017-05-16 22:22:30 +02:00