zulqasar
zulqasar
Print_Area and Print_Titles can be integrated into this awesome library by adding 2 methods: METHOD setPrintArea ``` *-- tnEndRow (optional): will default to the last row in the sheet *--...
I just started using this awesome class. I had a need for bestfit/auto fit for column. For some reason when this attribute is set, it never works. We need to...
Another need I came across was center horizontally and vertically. I made the following changes in my code to accommodate this. ``` *-- createWorkingCursors method *- added 2 columns/fields to...
VDB function is erroneous and requires these changes: line 162: periods = [x + 0.5 for x in periods] should be periods = [x + delta_start for x in periods]...