mbleron / ExcelGen

ExcelGen is an Oracle PL/SQL utility to create MS Excel files (.xlsx, .xlsb)
MIT License
43 stars 9 forks source link

setSheetProperties parameters do not match documentation #42

Closed lee-lindley closed 1 year ago

lee-lindley commented 1 year ago

Readme.md has setSheetPropertieswith a p_defaultStyle parameter but that does not exist in the package definition in the master branch (assume v3.1). Looks like setDefaultStylewith a p_sheetIdparameter became the preferred method for setting a default cell style and the documentation was just not updated. Unfortunately, that does not seem to be working. I'll file separate issue for that with a test case. There may be something else I'm doing that stops it from working.

mbleron commented 1 year ago

Documentation bug indeed. I originally planned to have this in setSheetProperties but didn't continue.