XLSX-Workbook-Class icon indicating copy to clipboard operation
XLSX-Workbook-Class copied to clipboard

GetSheetHidden and GetRowHidden Methods

Open veladaltura opened this issue 3 years ago • 4 comments

Hi Green. I noticed that the library has the method GetColumnHidden. Is it possible to implement the following methods in the future?

  • GetSheetHidden
  • GetRowHidden

Thank you for all. Best regards.

Riccardo

veladaltura avatar May 27 '21 09:05 veladaltura

I will add to my "To Do" list.


From: veladaltura @.> Sent: Thursday, May 27, 2021 5:02 AM To: ggreen86/XLSX-Workbook-Class @.> Cc: Subscribed @.***> Subject: [ggreen86/XLSX-Workbook-Class] GetSheetHidden and GetRowHidden Methods (#52)

Hi Green. I noticed that the library has the method GetColumnHidden. Is it possible to implement the following methods in the future?

  • GetSheetHidden
  • GetRowHidden

Thank you for all. Best regards.

Riccardo

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/XLSX-Workbook-Class/issues/52, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33J7MFJETNQSK7WN6CTTPYDDDANCNFSM45TZUJBQ.

ggreen86 avatar May 27 '21 18:05 ggreen86

Many thanks

veladaltura avatar May 28 '21 04:05 veladaltura

And let's not forget about SetRowHidden? There's a SetSheetVisibility that I assume corresponds with the GetSheetHidden mentioned above (although the names should be made to be similar).

msueping avatar Jun 23 '21 16:06 msueping

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 now possibly using this method and it would break their code.

ggreen86 avatar Jul 13 '21 15:07 ggreen86