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.33k stars 396 forks source link

About the sheet Name display in the lower left corner #521

Closed 1542793315 closed 4 months ago

1542793315 commented 5 months ago

The sheet name of the file is always hidden How to adjust the display ratio of this

image

It becomes like this image

CanadianHusky commented 5 months ago

Use this to set the width to your desired value Me.ReoGrid1.SheetTabWidth = 500

you can probably do more tricks by playing with this object Me.ReoGrid1.SheetTabContextMenuStrip

1542793315 commented 5 months ago

@CanadianHusky thank you , About FileFormat.ReoGridFormat

Does saving in RGB format not support multiple Sheet I will reload the saved RGF format file and only one Sheet will exist

CanadianHusky commented 4 months ago

Did you read the Documentation ? https://reogrid.net/document/rgf-format/

Multiple worksheet or entire workbook Current version of ReoGrid does not support saving and loading entire workbook as RGF format. Application should save and load the worksheets by call the method from each worksheet.

Saving and Loading the entire Worksheet as Excel XLSX Format is possible. See https://reogrid.net/document/excel-file-format/

1542793315 commented 4 months ago

Oh! Sorry, I didn't read rgf-format too carefully! Thank you!