Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: SpreadSheetAddImage does not support xlsx files #35

Open
Leigh- opened this issue Nov 27, 2011 · 0 comments
Open

ENH: SpreadSheetAddImage does not support xlsx files #35

Leigh- opened this issue Nov 27, 2011 · 0 comments
Labels

Comments

@Leigh-
Copy link

Leigh- commented Nov 27, 2011

Using SpreadSheetAddImage() on xlsx files generates an error

Code:

<cfset sheet = SpreadSheetNew("Sheet1", false) />
<cfset imgPath = ExpandPath("files/smallSourceImage.png") />
<cfset SpreadSheetAddImage(sheet, imgPath, "1,1,5,5") />

Error:

Message org.apache.poi.hssf.usermodel.HSSFClintAnchor cannot be cast to org.apache.poi.xssf.usermodel.XSSFClientAnchor 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant