Problems Importing Excel Data, not all columns

Dear all,

When trying to read in an xlsx excel file, I stumble upon a problem. Only the first 50 columns have a header and are imported, the others not. I tried too remove the columns around the 50th column to hope this would solve it, but no luck with this. Any idea how to fix this?

my code

library(readxl)
Book1_1 <- read_xlsx("~/Boma - Josse/CM/0. Rusthuizen/one zero/Book1.1.xlsm", 
                      sheet = "Sheet1")
View(Book1_1)

The problem is very similar to another topic, I have the same problem as there probably.

All the columns will be imported. The viewer window just shows the first 50.

1 Like

Thank you very much! I feel a bit stupid, but at least I can move on :smiley:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.