<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DOI Excel：How do I insert multiple empty lines in the same format as one line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702854#M2018509</link>
    <description>&lt;P&gt;Thank you. I will try abap2xlsx&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 09:29:36 GMT</pubDate>
    <dc:creator>former_member828218</dc:creator>
    <dc:date>2022-12-29T09:29:36Z</dc:date>
    <item>
      <title>DOI Excel：How do I insert multiple empty lines in the same format as one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702852#M2018507</link>
      <description>&lt;P&gt;Hi, experts.&lt;/P&gt;
  &lt;P&gt; As two picture below. I want to insert some empty rows in the same format as row "14", and then I can Insert inner table data to the rows. When I insert the empty rows, other rows like "Rma Discount" and "TOTAL" are down Automatically.&lt;/P&gt;
  &lt;P&gt; How can I do that using DOI?&lt;/P&gt;
  &lt;P&gt;pic 1.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2123911-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;pic 2.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2123912-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 02:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702852#M2018507</guid>
      <dc:creator>former_member828218</dc:creator>
      <dc:date>2022-12-29T02:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: DOI Excel：How do I insert multiple empty lines in the same format as one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702853#M2018508</link>
      <description>&lt;P&gt;DOI is limited to simple operations like reading values and formats, writing values and formats, not inserting rows, etc. If you want to do special operations, you need to use direct OLE, either by extracting the OLE "object" used by DOI and executing OLE from ABAP, or by using the Script Collection in DOI which is based on VBScript and the Excel object model, both OLE and VBScript will work with the same methods and properties. In all cases, you know which methods and properties are to be used, by using the Excel macro recorder (and then you'll translate in either ABAP OLE or VBScript).&lt;/P&gt;&lt;P&gt;NB: DOI is slow, limited, can run only in foreground, needs Excel to be installed on user's laptop, prefer using &lt;STRONG&gt;abap2xlsx&lt;/STRONG&gt; (community API used for more than 10 years) whenever possible.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 08:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702853#M2018508</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-29T08:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: DOI Excel：How do I insert multiple empty lines in the same format as one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702854#M2018509</link>
      <description>&lt;P&gt;Thank you. I will try abap2xlsx&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 09:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702854#M2018509</guid>
      <dc:creator>former_member828218</dc:creator>
      <dc:date>2022-12-29T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: DOI Excel：How do I insert multiple empty lines in the same format as one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702855#M2018510</link>
      <description>&lt;P&gt;By the way, Can abap2xlsx achieve the above effect?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 09:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702855#M2018510</guid>
      <dc:creator>former_member828218</dc:creator>
      <dc:date>2022-12-29T09:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: DOI Excel：How do I insert multiple empty lines in the same format as one line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702856#M2018511</link>
      <description>&lt;P&gt;There's no direct feature in abap2xlsx to insert a row by duplicating another row, but you have the Template feature which does it for you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2020/05/22/best-way-to-generate-microsoft-excel-xlsx-from-template-in-abap/"&gt;Best way to generate Microsoft Excel xlsx from template in ABAP | SAP Blogs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It was developed by Anton in a cloned repository, which he later merged into standard abap2xlsx.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 15:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doi-excel-how-do-i-insert-multiple-empty-lines-in-the-same-format-as-one/m-p/12702856#M2018511</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-12-29T15:06:53Z</dc:date>
    </item>
  </channel>
</rss>

