antonscheffer / as_xlsx

as_xlsx: generate an Excel xlsx file from an Oracle database. Or read data from a xlsx. Works on Oracle 11.2, but also on 23c Free
MIT License
22 stars 6 forks source link

Add parameter to print null cells #4

Closed RenatoPasquini closed 1 month ago

RenatoPasquini commented 2 months ago

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.

antonscheffer commented 2 months ago

Hm, I've never heard of anyone who needed this. But anyway, after a quick review: