Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Christopher Tierney / Christopher Tierney (Christopher Tierney)
Created: 04/01/2015
Components: Document Management, Office Integration
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 2
Problem Description:
When saving a spreadsheet only the active sheet auto-sizes each column. All other sheet columns are not auto-sized.
Steps to Reproduce:
var sObj = spreadsheetNew( 'Live Shows', true );
spreadsheetAddRow( sObj, 'First Name, Last Name, Email, Phone, Signup');
spreadsheetCreateSheet( sObj, "Recorded Shows");
spreadsheetSetActiveSheet( sObj, "Recorded Shows");
spreadsheetAddRow( sObj, 'First Name, Last Name, Email, Phone, Signup');
spreadSheetWrite( sObj, expandPath('./visitorReport.xlsx'), true );
Actual Result:
'Recorded Shows' sheet columns are auto-sized, 'Live Shows' sheet is not.
Expected Result:
Both sheets should have auto-sized columns
Any Workarounds:
Unknown
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3963656
External Customer Info:
External Company:
External Customer Name: Christopher
External Customer Email:
External Test Config: My Hardware and Environment details:
CF 11,0,04,293328
Java 1.8.0_25
Attachments:
Comments: