Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

read large Excel cell content using ABAP class i_oi_spreadsheet

Former Member
0 Likes
789

Hello,

I am trying to read an excel file using ABAP methods of interface i_oi_spreadsheet.

Unfortunetly some of my cells contain data that exceeds the 256 characters size.

To retrieve the content of the excel speadsheet, I am using method get_ranges_data.

Unfortunetly as the returned structure is of type soi_generic_table, the content of the cell is truncated to the maximum limit of 256.

Is there a way to read cells with large content ??

Thanks

Regards

Jean-Pierre

Hello,

I am trying to read an excel file using ABAP methods of interface i_oi_spreadsheet.

Unfortunetly some of my cells contain data that exceeds the 256 characters size.

To retrieve the content of the excel speadsheet, I am using method get_ranges_data.

Unfortunetly as the returned structure is of type soi_generic_table, the content of the cell is truncated to the maximum limit of 256.

Is there a way to read cells with large content ??

Thanks

Regards

Jean-Pierre

2 REPLIES 2
Read only

Former Member
0 Likes
636

I'm having this problem in ECC 6.0. Did you fix it?

Read only

Former Member
0 Likes
636

Same problem for me on ECC 6.0. Hope for a solution.