Closed RenatoPasquini closed 1 month ago
Hm, I've never heard of anyone who needed this. But anyway, after a quick review:
function get_next_cell( p_cell varchar2) return varchar2 is
begin
return alfan_col( col_alfan( rtrim( p_cell, '0123456789' ) ) + 1 )
|| ltrim( p_cell, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' );
end;
Hi, I would like to contribute to this code. I create a parameter (p_print_null_cells) in the read function to consider the null cells present in the xlsx.