ggreen86

Results 66 comments of ggreen86

See Release 33, beta 10. Methods SetRowHidden() and GetRowHidden() have been added. The method SetSheetVisibility() does the hidden setting; I do not want to change its name due to others...

Will look into adding this feature request. The SaveTablesToWorkBookEx() method is designed to write directly to a new spreadsheet file; so there is not an existing sheet to write to....

Rodney-- Thank you for the bug report. Can you please provide a working example that I can debug with? Greg ________________________________ From: rodneyea ***@***.***> Sent: Tuesday, March 29, 2022 12:42...

Rodney-- I believe I have fixed the issue that you are reporting. This I think was also tied to another issue that was previously reported and fixed (but not yet...

That relationship type is not defined in the ECMA Office Open XML File Formats document, version 4; hence, the issue with not handling that relationship type. From the URL above...

Gerhard-- I understand that you cannot send the file as a sample. However, can you open the xlsx file as an archive (such as with WinZip) and send me a...

Have you traced in debug mode? The SaveWorkbookAs() method will always return .T.; I will make changes to return the actual value from the SaveWorkbook() method. Please add a breakpoint...

Brett— Thank you. You have a good idea and thank you for submitting the code. My thoughts on how to implement would be to use custom properties assigned to the...

Brett— Not sure if my suggested use of properties was understood. There would be only a single call to the SaveGridToWorkBook() method; it would read the property settings in the...

Brett-- I have corrected a bug in the SaveTableToWorkbookEx() method that was causing the error when trying to add a new sheet. Please review the Beta 9 release for the...