Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9218

SOFFICEINTEGRATION EXCEL Upload more than 10.000 rows

$
0
0

Hello everybody,

 

I am using the SOFFICEINTEGRATION package to upload an excel.

 

It works fine when I try to upload a excel with 1000 rows (see parameter p_rows)

When I set the parameter to 10.000 nothing is uploaded.

 

The methods for uploading are:

 

 

     CALL METHOD iref_spreadsheet->insert_range
       EXPORTING
         name     = 'Test'
         rows     = p_rows
         columns  = p_cols
         no_flush = ''
       IMPORTING
         error    = iref_error.
     IF iref_error->has_failed = 'X'.
       EXIT.
     ENDIF.



CALL METHOD iref_spreadsheet->get_ranges_data
       EXPORTING
*       all       = 'X'
         rangesdef = lt_range
       IMPORTING
         contents  = T_XLSDATA
         error     = iref_error
       CHANGING
         ranges    = i_ranges.


T_XLSDATA holds the EXCEL-Data




Any ideas?


Regards Mario






Viewing all articles
Browse latest Browse all 9218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>