unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.32k stars 390 forks source link

Can we save the current worksheet as a vector graph? #484

Open hs205118 opened 1 year ago

hs205118 commented 1 year ago

Describe the feature

This control is awesome, and it perfectly implements most of my functions. However, when I try to save the current worksheet as a vector map, I don't know what to do. Is there any way to save the current sheet as a vector map or a bmp image?

Thank you!

Which edition of ReoGrid is targeted

hs205118 commented 1 year ago

I found that I can save the current visible view as an image through the DrawToBitmap implementation, but what I want is to save the specified cell area as an image, and if it exceeds the current page (with scroll bars), it can also be saved. (A long screenshot)

jingwood commented 1 year ago

I don't think the feature could be implemented, there is many elements to be considered such as outline, freeze, etc..