tracker issue : CF-4050095

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: spreadsheetFormatRow()/spreadsheetFormatColumn() hidden=true doesn't hide

| View in Tracker

Status/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

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on May 17, 2018 using build 2016.0.01.298513
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:

Hi Adobe, I've verified this is fixed in CF2016 Update 1 (build 2016.0.01.298513). Thanks!, -Aaron
Comment by Aaron N.
27851 | May 17, 2018 11:37:53 PM GMT