You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in .jcall(cell, "V", "setCellValue", value) :
method setCellValue with signature ([D)V not found
In addition: Warning message:
In if (is.na(value)) { :
the condition has length > 1 and only the first element will be used
But note that the following do not produce any error:
Steps to reproduce:
data.frame
with several columns.data.frame
totibble
(which for example, happens implicitly when doing operations on it with dplyr).Expected behavior: should save the file normally.
Actual behavior: throws the following error:
But note that the following do not produce any error:
Setup: xlsx 0.6.1, R 3.5.1, openjdk 11.0.2, running on windows 10.
The text was updated successfully, but these errors were encountered: