Skip to content
Discussion options

You must be logged in to vote

Answer

This is an Excel/XLSX worksheet format limit: a single cell can contain at most 32,767 characters. If any text value in the query result exceeds that limit, XLSX cannot represent the complete value and the export fails.

The database value itself is valid. This limit is independent of the database type, column type, and operating system.

Workarounds

  • To preserve the complete value, export the result as CSV. Chat2DB writes the full text to the CSV file. Use a text editor or another long-text-capable data tool to verify the complete value, because opening the CSV in Excel still displays it through an Excel worksheet.
  • If XLSX is required, shorten or split the value in the query so that…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@pirulij67-pixel
Comment options

Answer selected by openai0229
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants