tracker issue : CF-3344105

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

Apple iPad can not open simple cfspreadsheet els

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Rand Whitney / Rand Whitney (dfafard)

Created: 10/10/2012

Components: Document Management, Office Integration

Versions: 9.0.1

Failure Type:

Found In Build/Fixed In Build: 9.0.1 /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Win 2003 Server

Vote Count: 0

Problem Description:
Apple iPad can not open simple xls file created by <cfspreadsheet>
Steps to Reproduce:
Using Apple's latest iOS 6 and latest version of iPad Numbers, try creating a simple XLS file from a simple query to open. Apple iPad Numbers will attempt to open but reports back an error ( generic )

Actual Result:

Expected Result:

Any Workarounds:
Create XLS from Excel works and opens as expected on Apple iPad Numbers.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3344105

External Customer Info:
External Company:  
External Customer Name: dfafard
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

  1. October 10, 2012 00:00:00: 1_TestSheet_563.xls.zip

Comments:

Suspect it is
Comment by External U.
17636 | October 10, 2012 05:55:34 AM GMT
unable to reproduce the issue. can open the xls and xlsx files created with CF902 (on Win 7x64) with the sample code below with with iOS6.1.3 on iPad. @ dfafard, Which app are you using to open the file in your iPad and what is the error? Also, can you please check this again with an updated CF and iOS. sample code used to output the file: <cfset thesheet =SpreadSheetNew(false)> <cfset SpreadSheetAddRow(thesheet,"1,2,3,4,5,6,7,8")> <cfset SpreadSheetAddRow(thesheet,"1,2,3,4,5,6,7,8",2,1)> <cfset SpreadSheetSetColumnWidth(thesheet,2,40)> <cfset SpreadSheetSetColumnWidth(thesheet,3,25)> <cfspreadsheet action="write" filename="#expandpath('.')#/cf11output.xls" name="thesheet" overwrite="true">
Comment by Piyush K.
17637 | January 13, 2014 04:11:57 AM GMT
closing this since I am not able to reproduce the issue (refer my previous comment). dfafard, still open to input from you to reopen this if the issue exists.
Comment by Piyush K.
17638 | December 03, 2014 03:49:09 AM GMT