Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Excel export creates junk cell content for byte[] fields #184

Closed
alexbudarov opened this issue Dec 2, 2020 · 1 comment
Closed

Excel export creates junk cell content for byte[] fields #184

alexbudarov opened this issue Dec 2, 2020 · 1 comment
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@alexbudarov
Copy link
Contributor

I don't know how it worked in CUBA, but in Jmix excelExport action exports byte[] columns as .toString() content.

See generated excel file:
Language.xlsx
image

In controller I have generated column that displays byte[] as Icon.

Not sure what should be printed in the Excel file. Just empty cell maybe?

@alexbudarov alexbudarov added the type: bug Something isn't working label Dec 2, 2020
@glebfox glebfox added this to the 1.1.0 milestone Jul 6, 2021
@glebfox
Copy link
Contributor

glebfox commented Jul 20, 2021

Print <bytes>instead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants