Title:
[ANeff] Bug for: spreadsheetFormatRow()/spreadsheetFormatColumn() hidden=true doesn't hide
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 09/05/2015
Components: Document Management, Office Integration
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
spreadsheetFormatRow()/spreadsheetFormatColumn() hidden=true doesn't hide
Repro:
<cfscript>
mySpreadsheet = spreadsheetNew("mySheet", false);
spreadsheetAddRows(mySpreadsheet, ["one,two,three","four,five,six","seven,eight,nine"], 1, 1);
spreadsheetFormatRow(mySpreadsheet, {hidden=true}, 2);
spreadsheetFormatColumn(mySpreadsheet, {hidden=true}, 2);
spreadsheetWrite(mySpreadsheet, expandPath("./myspreadsheet.xls"), true);
</cfscript>
Actual result: row 2 and column 2 were not hidden
Expected result: row 2 and column 2 should be hidden
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4050095
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
External Test Config: Verified in CF11 Update 5 (build 11,0,05,293506)
Attachments:
Comments: