ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2017-04-19 16:47:26

onestepchik
Member
Registered: 2017-04-19
Posts: 1

Office 2016 для Mac - Not display my custom column width.

Hello! My name is Ostap, I am developer.

First of all - THANK YOU for this library!!!

I need help with displaying my excel file in "Office 2016 для Mac"
I open my file which created in reogrid on Windows Excel - everything is ok with columns widths.
Open file in Office 2016 for Mac - The widths of the columns are the same and not correct. They have standard width.

This is screenshot in Office 2016 for Mac https://www.dropbox.com/s/jif7lygb6a8g7 … 5.png?dl=0

This my test file https://www.dropbox.com/s/p9ws4sr842pdx … .xlsx?dl=1

I set widths like that

            sheet1.Name = "Не списанные позиции в ЕГАИС";
            sheet1.SetColumnsWidth(0, 1, 5);
            sheet1.SetColumnsWidth(1, 1, 30);
            sheet1.SetColumnsWidth(2, 2, 150);
            sheet1.SetColumnsWidth(3, 3, 150);
            sheet1.SetColumnsWidth(4, 4, 150);
            sheet1.SetColumnsWidth(5, 5, 600);
            sheet1.SetColumnsWidth(6, 6, 300);
            sheet1.SetColumnsWidth(7, 7, 50);
            sheet1.SetColumnsWidth(8, 8, 55);
            sheet1.SetColumnsWidth(9, 9, 75);
            sheet1.SetColumnsWidth(10, 10, 85);
            sheet1.SetColumnsWidth(11, 11, 500);

Please help me guys!
I believe in you! )

Offline

#2 2017-05-03 16:03:13

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Office 2016 для Mac - Not display my custom column width.

Hi Ostap,

Thanks, can you provide a test Excel file by your Office 2016 for Mac?

1. Create a new blank file
2. Change second column to a non-standard width, e.g. 200
3. Save and send the file to me (jing at reogrid.net), or upload as a link

best, Jing

Last edited by Jingwood (2017-05-03 16:04:40)

Offline

Board footer

Powered by FluxBB