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 - too much data #521

Open
Arthfael opened this issue Nov 10, 2020 · 1 comment
Open

Issue - too much data #521

Arthfael opened this issue Nov 10, 2020 · 1 comment

Comments

@Arthfael
Copy link

Expected Behavior

When writing from a data able with more than ill truncate data, with a warning, and properly format the cells.

Actual Behavior

Seems to actually write all of the data into the cells. On opening the file for the first time, Excel needs to repair records. No lasting corruption seems done to data (e.g. no shifting of subsequent cells, formatting corruption, etc...)

Steps to Reproduce the Problem

(please attach an example xlsx file if possible)

  1. Create a data table with, in one cell, more than the maximum amount of data allowed by Excel (32,767)
    e.g. df <- data.frame(Col1 = paste(rep(1, 32,768), collapse = ""))

  2. Write data to a workbook and save it

  3. Open resulting xlsx file in Excel

sessionInfo()

  • Version of openxlsx: 4.1.4
  • Version of R: R version 3.6.1 (2019-07-05), R studio 1.3.1073
@Arthfael
Copy link
Author

Oook, I looked in the comments to other issues... I will go to ycphs/openxlsx ^^

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

1 participant