Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method UPDATE_DIMENSION_RANGE from ZCL_EXCEL_WORKSHEET #176

Closed
ivanfemia opened this issue Dec 27, 2013 · 1 comment
Closed

Method UPDATE_DIMENSION_RANGE from ZCL_EXCEL_WORKSHEET #176

ivanfemia opened this issue Dec 27, 2013 · 1 comment
Labels
Milestone

Comments

@ivanfemia
Copy link
Collaborator

The newly added check for table lt_sheet_content :


  data: ls_sheet_content type zexcel_s_cell_data,
        lt_sheet_content type zexcel_t_cell_data_unsorted,
        lv_row_alpha     type string,
        lv_column_alpha  type zexcel_cell_column_alpha.

CHECK lt_sheet_content IS NOT INITIAL.

stops the method for GET_HIGHEST_ROW or GET_HIGHEST_COLUMN to work. Even if table is empty the method needs to run.
I am not sure why this got added, but this needs to be fixed soon.
Rene

@ivanfemia
Copy link
Collaborator Author

Duplicate with issue #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant