salvois / LargeXlsx

A .net library to write large Excel files in XLSX format with low memory consumption using streamed write.
Other
204 stars 34 forks source link

Ability to hide a worksheet #51

Closed piwonesien closed 3 months ago

piwonesien commented 4 months ago

Hey, this could solve #45

salvois commented 3 months ago

Hi @piwonesien , looks good to me! Do you think you could also add support for the veryHidden state, maybe using an enum? I feel like it could be be useful in some scenarios. Thanks, Salvo

piwonesien commented 3 months ago

Hey @salvois, yes, I've updated the PR to support veryhidden as well

salvois commented 3 months ago

Thanks @piwonesien, I'm merging it!