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

Issue while writing the blob file in Excel #28

Open
nshubham opened this issue May 1, 2020 · 1 comment
Open

Issue while writing the blob file in Excel #28

nshubham opened this issue May 1, 2020 · 1 comment

Comments

@nshubham
Copy link

nshubham commented May 1, 2020

Expected behavior

I should see the image in excel format as well. I am using xls format

Actual behavior

I have download the excel and I can see all the free format value bit the image is not reflecting. The size of photo is very small. I saw that the same file when i open with WPS it is showing the image whereas when I try to open in Excel the image filed is blanked

Steps to reproduce the issue

var sql: SQLiteToExcel?
if (path.isNullOrEmpty()) {
sql = SQLiteToExcel(this, "myDBfile.db")
} else {
sql = SQLiteToExcel(this, "myDBfile.db", path)
}
return sql
}

sql.exportAllTables (fileName, object : SQLiteToExcel.ExportListener {
override fun onStart() {
}
override fun onCompleted(filePath: String) {
}
override fun onError(e: Exception) {
}
})

@nshubham nshubham closed this as completed May 1, 2020
@nshubham nshubham reopened this May 1, 2020
@fi8er1
Copy link

fi8er1 commented Mar 8, 2021

...any solution here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants