Commit Graph

  • ed90f7ce79 Old LGPL references into code removed Ivan Femia 2011-02-23 21:55:48 +0000
  • 3cd4377f00 test commit Ivan Femia 2011-02-20 14:50:27 +0000
  • 835829a00d Fix output of attribute 'operator' for data validation (Issue #54). Gregor Wolf 2011-02-18 00:43:13 +0000
  • eeb4bd385e Adjustments to demo reports using data validation due to the incompatible changes for issue #54. Gregor Wolf 2011-02-18 00:08:22 +0000
  • aa2e71340b Enhanced ZCL_EXCEL_DATA_VALIDATION and ZCL_EXCEL_WRITER_2007 to fix issue #54. Adjusted demo report ZDEMO_EXCEL9 to show the new features. New data elements for validation error style and validation operator. Incompatible change of the attribute value attribute of class ZCL_EXCEL_DATA_VALIDATION to formula1. Gregor Wolf 2011-02-17 23:47:45 +0000
  • 1923e1b56f Adjusted ZDEMO_EXCEL9 to illustrate issue #76. Gregor Wolf 2011-02-17 21:09:00 +0000
  • 469a34486e Fix issue #75 Ivan Femia 2011-02-17 20:55:44 +0000
  • 7b2a4c1a50 Fix < 7.02 compatibility problem in ZDEMO_EXCEL24. Gregor Wolf 2011-02-17 19:24:05 +0000
  • 58b31cfed3 Performance improvement issue #74 Ivan Femia 2011-02-14 17:37:07 +0000
  • d6447cd59e Added data validation to demo report ZDEMO_EXCEL3 to illustrate the problem of issue #73. Gregor Wolf 2011-02-13 11:35:30 +0000
  • 9b364a7341 Fixed issue #46 Ivan Femia 2011-02-12 16:09:37 +0000
  • d7af53cd94 Fixed issue #72 Ivan Femia 2011-02-12 15:13:02 +0000
  • 6f16e240a4 Enhanched demo report ZDEMO_EXCEL17 to illustrate issue #72. Gregor Wolf 2011-02-09 20:50:46 +0000
  • 35889a58aa Solve issue #62 with German layout Ivan Femia 2011-02-06 09:04:33 +0000
  • 5193f47fff Added cell merge to demo report ZDEMO_EXCEL9 as there was a problem reported in issue #64 that data validations could not be combined with cell merges. Little correction to revidion 125 of method get_dimension_range in class ZCL_EXCEL_WORKSHEET. Gregor Wolf 2011-02-05 17:35:14 +0000
  • 7f94e7c77a Correct the ZCL_EXCEL_READER_2007 to fix issue #45. The multi table testfile raised another error that was fixed by adjusting the method get_dimension_range in class ZCL_EXCEL_WORKSHEET. Now this method returns A1 when the sheet is empty. Gregor Wolf 2011-02-05 17:23:06 +0000
  • 5d62c0c31a Fix issues: #66 #67 #68 Ivan Femia 2011-02-03 22:30:13 +0000
  • 858c9a0b14 Fixed issue #65 Ivan Femia 2011-02-02 18:16:39 +0000
  • aacd0a08a3 Fixed issue #63 Added demo23 and demo24 to demo collection report Ivan Femia 2011-02-01 22:12:05 +0000
  • aca4d24164 mergeCells node must be before dataValidations. Additional fix for issue #64. Gregor Wolf 2011-01-29 21:59:27 +0000
  • 56cfd1dd54 Fill count attribute of mergeCells dynamically to fix issue #64. The demo report ZDEMO_EXCEL13 was adjusted to test also if merge works when oher merged chells are empty. Gregor Wolf 2011-01-29 21:14:42 +0000
  • 61045cc6ff Created demo report ZDEMO_EXCEL24 to test solution of issue #47 with revision 78. Gregor Wolf 2011-01-29 16:46:24 +0000
  • f050d256d0 Made constant zcl_excel_style_number_format=>c_format_text public to fix issue #61. Demo report ZDEMO_EXCEL22 adjusted to test it. Gregor Wolf 2011-01-29 16:10:03 +0000
  • be4d8fe6e7 re #44 improve previous fix for #44 and solve issue from https://cw.sdn.sap.com/cw/thread/15813?tstart=0. Cell value node should be created only in case there is non-zero length value string. This mimics Excel behavior which also omits this node for cells which have just style or formula. Tomek Mackowski 2011-01-24 21:59:31 +0000
  • 346a9ac6c6 Updated demo report ZDEMO_EXCEL22 to fix issue #60 Gregor Wolf 2011-01-23 10:46:51 +0000
  • 8fe72c7ad2 Fix attributes in xml XL_SHEET Ivan Femia 2011-01-22 15:45:40 +0000
  • ca9442051a re #59 Allow using internal tables which refer to types defined directly in program. Previously only DDIC references were allowed and other internal tables caused short dumps. Tomek Mackowski 2011-01-19 22:46:27 +0000
  • 96ebafdc35 Change Demo Reports to make them 6.20 compatible and fix Issue #58. Gregor Wolf 2011-01-19 18:36:54 +0000
  • 57285cd8b8 Additions to ZCL_EXCEL_WORKSHEET, ZCL_EXCEL_SHEET_SETUP and ZCL_EXCEL_WRITER_2007 to solve Issue #57 Worksheet Gridlines on/off option. In addition to this now print output can be centered horizontal & vertical. Added demo report ZDEMO_EXCEL23. Gregor Wolf 2011-01-16 17:08:27 +0000
  • 4a358d2405 re #30 <drawing> should go before <tableParts> in the sheet.xml Tomek Mackowski 2011-01-12 21:57:47 +0000
  • d9e11df690 Added cl_gui_cfw=>flush( ) call to all demo reports to fix issue #56. Gregor Wolf 2010-12-28 10:10:49 +0000
  • 7c6245d146 Added parameter p_empty to allow testing of issue #51. Gregor Wolf 2010-12-24 13:28:06 +0000
  • 440c384cdb Small correction to ZDEMO_EXCEL16 to not throw an error when image can't be found at c:\Program Files\SAP\FrontEnd\SAPgui\wwi\graphics\W_bio.bmp. Gregor Wolf 2010-12-24 12:06:49 +0000
  • 64e0062571 Changed demo reports 2 to 22 for 6.40 compatibility according to issue #55. Gregor Wolf 2010-12-24 11:34:08 +0000
  • 54163801d2 Fixes for Issue #55. New data element ZEXCEL_EXPORT_DIR to support demo reports on AS ABAP 6.40. First adjusted reports ZDEMO_EXCEL and ZDEMO_EXCEL1. Gregor Wolf 2010-12-24 09:22:42 +0000
  • 9573bcea90 re #51 Modify table binding to avoid errors and create valid oXml in case empty table is passed Tomek Mackowski 2010-12-22 19:42:35 +0000
  • 047330e494 Data Validation Custom, Sheet Properties, DEMO22 (based on real Business Requirements) Ivan Femia 2010-12-21 20:23:36 +0000
  • 37a0a5582a Style management for table fieldcatalog, DEMO22 Commit Ivan Femia 2010-12-20 19:59:53 +0000
  • dd17f42c65 Method GET_TITLE has not the encoding parameter Ivan Femia 2010-12-17 22:30:09 +0000
  • 92573fea3c Implementation of worksheet set_title / get_title. Ivan Femia 2010-12-17 21:21:36 +0000
  • f4c2bad749 Fix issue #50 Ivan Femia 2010-12-17 20:37:38 +0000
  • 63bbec1d08 re #47 providing methods for dealing with default date format Tomek Mackowski 2010-12-16 20:30:34 +0000
  • e7e0808ab1 Adjusted ZDEMO_EXCEL2 to test the fix of Issue #44. Gregor Wolf 2010-12-12 05:57:58 +0000
  • 4a88b6a38a re #42 Adding methods for conversion of date and time from Excel to SAP format. Including also unit tests for the conversion methods. Tomek Mackowski 2010-12-11 22:28:48 +0000
  • 6965310001 re #44 Creating empty cell when style is set on non existing one. Tomek Mackowski 2010-12-11 21:16:41 +0000
  • 620f9e1bca Included local ABAP Unit Test Class into ZCL_EXCEL_COMMON. Please update your SAPLink ZSAPLINK_CLASS class to the latest SVN Version of SAPLink: http://code.google.com/p/saplink/source/detail?r=317 Gregor Wolf 2010-12-11 00:02:45 +0000
  • 0e8bce3637 Added CONVERT_COLUMNROW2COLUMN_A_ROW method in the ZCL_EXCEL_COMMON class to fix #45 in the Excel Reader class ZCL_EXCEL_READER_2007. Gregor Wolf 2010-12-10 22:35:10 +0000
  • 17158fc642 Fix Issue #43 by adding ' before and after the name when it contains a space. Demo report ZDEMO_EXCEL9 is adjusted to test this functionality. Gregor Wolf 2010-12-06 22:16:09 +0000
  • 43b9000761 closes #41 Check if date is not initial before converting it to excel format Tomek Mackowski 2010-12-06 21:00:54 +0000
  • cdc27a30a2 test#40 Extend sheet title to maximum supported by Excel Tomek Mackowski 2010-12-06 20:44:32 +0000
  • 4ab819c859 Enhancement see issue #39 Ivan Femia 2010-12-06 12:58:15 +0000
  • 8c59fdb74e Make ZDEMO_EXCEL21 work with NetWeaver ABAP < 7.02 Gregor Wolf 2010-12-01 23:09:27 +0000
  • d4937423d0 test #38 . Removing unnecessary color nodes which are not valid OXML elements. This fix makes output of DEMO21 valid. Tomek Mackowski 2010-12-01 20:44:58 +0000
  • 0c71e6672a New abap2xlsx Demo: Backgound Color Picker Gregor Wolf 2010-11-27 16:24:22 +0000
  • 9ecda2a325 Adjustments in the formating. Gregor Wolf 2010-11-23 18:32:57 +0000
  • cec41e3cc3 Fixes #37 Ivan Femia 2010-11-23 13:19:04 +0000
  • 1c077daddf closes #36 Tomek Mackowski 2010-11-22 20:09:27 +0000
  • 7777763f4f Updated ENCRYPT_PASSWORD method in ZCL_EXCEL_COMMON class according to the correction provided by Joachim Wrba https://cw.sdn.sap.com/cw/message/42905#42905 to fix issue #37 Gregor Wolf 2010-11-22 19:52:01 +0000
  • 7dc63196d4 Password encrypt algorithm by Joachim Wrba Demo20 by default uses SAPWorkdir Ivan Femia 2010-11-20 17:21:45 +0000
  • 50b7a0802f git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@49 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 Ivan Femia 2010-11-19 11:14:05 +0000
  • 68a27de6c1 Made adjustments in the demo reports ZDEMO_EXCEL10 and ZDEMO_EXCEL11 for 6.20. Gregor Wolf 2010-11-16 21:53:23 +0000
  • d8b2efe17d Missing object Ivan Femia 2010-11-11 22:16:57 +0000
  • 1455f6e436 Fix issue #35 Ivan Femia 2010-11-11 22:10:14 +0000
  • d999f095fa Added CALCULATE_COLUMN_WIDTHS to ZCL_EXCEL_WORKSHEET with a simple calculation of the width for auto sized columns. Modified CREATE_XL_SHEET of ZCL_EXCEL_WRITER_2007 to call CALCULATE_COLUMN_WIDTHS before columns are defined. Adjusted Demo programs ZDEMO_EXCEL11 and ZDEMO_EXCEL12 to show the auto size column functionality. Gregor Wolf 2010-11-06 09:39:43 +0000
  • 07ff9c2502 Fixes#33 Remove extra space from xml attr Tomek Mackowski 2010-10-31 10:28:53 +0000
  • d3e5a8c989 Add parameter to avoid output when executed from ZEXCEL_DEMO report Ivan Femia 2010-10-30 21:52:06 +0000
  • 1eae326b74 Added set_active_sheet_index, set_active_sheet_index_by_name and get_active_sheet_index methods to ZCL_EXCEL. Updated ZCL_EXCEL_WRITER_2007 to set the active sheet. Created demo program ZDEMO_EXCEL19 and updated ZDEMO_EXCEL. Gregor Wolf 2010-10-30 18:33:20 +0000
  • dd2fc41e14 Set title of demo reports to make it easier in to identify their usage. Gregor Wolf 2010-10-30 17:17:12 +0000
  • 7c3e68e62b Added the functionality to ouput the read table content in demo report ZDEMO_EXCEL15. Gregor Wolf 2010-10-30 12:26:19 +0000
  • 3d8ef80529 fixes #30 Generate unique relation ID for tables, hyper links and drawings. Tomek Mackowski 2010-10-25 20:59:15 +0000
  • acf280bda1 Commit missing Data Element ZEXCEL_SHEET_PROTECTION_BOOL Ivan Femia 2010-10-21 21:08:35 +0000
  • 2c9d26b095 Excel sheet protection full options Ivan Femia 2010-10-16 18:18:51 +0000
  • 25c3814b29 Fix a syntax error in writer class Ivan Femia 2010-10-16 10:33:30 +0000
  • 1d625968dc closes #22 adding support for hyperlinks. Both internal links (within spreadsheet) and external urls are supported. Tomek Mackowski 2010-10-14 21:18:46 +0000
  • 72b99e10da Demo reports have no longer fixed output Ivan Femia 2010-09-24 13:50:05 +0000
  • e6f84e7b51 Workbook protection Ivan Femia 2010-09-23 21:43:41 +0000
  • 0368c934c2 Missing ZEXCEL_SHEET_PROTECTION and Style Classes description fix Ivan Femia 2010-09-23 20:03:04 +0000
  • fb384ae97a git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@16 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 Ivan Femia 2010-09-23 19:26:00 +0000
  • 67ce66dc7a Page margins and page setup, worksheet protection, minor code fix Ivan Femia 2010-09-21 22:30:29 +0000
  • 87ce5f7a4b Changed the attributes declaration type from Static to Constant Ivan Femia 2010-09-18 10:40:41 +0000
  • f71f6b8dc0 Changed the attributes declaration type from Static to Constant Ivan Femia 2010-09-18 10:27:05 +0000
  • 894f14b51b Added Drawing feature, some code fixing Ivan Femia 2010-09-18 09:14:07 +0000
  • 9b30f8098e git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@8 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 Ivan Femia 2010-09-15 07:54:48 +0000
  • 30454928ba git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@5 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 Ivan Femia 2010-09-14 22:03:21 +0000
  • 2b85b956c9 git-svn-id: https://subversion.assembla.com/svn/abap2xlsx/trunk@3 b7d68dce-7c3c-4a99-8ce0-9ea847f5d049 Ivan Femia 2010-09-14 08:05:50 +0000
  • 87a6f14f44 Automatically created /trunk directory. We recommend you to put all your code there. Ivan Femia 2010-08-20 11:40:23 +0000