QXlsx
QXlsx copied to clipboard
Added showFormulas logic to Worksheet read method
When reading from a worksheet, sometimes we want to get the value of the cell even though a formula text is present. I have added logic to check showFormulas property in read method of Worksheet to decide whether to return the cell value or cell formula text.