-
#### Summary:
The following errors occur when running “stan" function(R4.2.0,stan2.26.1)
#### Description:
Error in stanc(file = file, model_code = model_code, model_name = model_name, :
p…
-
error in file XLDateTime.cpp (line 216)
the error in case the last day of month.
if serial is 30.71232..... it is mean that the 30th day with some time, but if the month have 30 days then
serial -…
-
**UPDATE – example file:** [filewith2sheets.xlsx](https://github.com/awalker89/openxlsx/files/2845872/filewith2sheets.xlsx)
When loading in an existing excel file (which has 2 sheets) using `wb
-
I would like to delete an image from a workbook.
`wb@.xData$media[1]`
> image1.png
> "C:/Users/DIEGO4~1/AppData/Local/Temp/RtmpKaTqyv/file50f81e22763a/xl/media/image1.png"
How can I go about i…
-
## Expected Behavior
png(paste0("Line_Graph_Aggregated.png"), width=15, height=10, units="in", res = 144)
p
-
I've noticed that writing the same data twice to two `.xlsx` files results in files different at the binary level. Yet, if I unzip the files, the contents appear identical. This leads me to believe th…
-
## Expected Behavior
I'm loading an excel workbook that has list type data validation set up in several columns, I'd expect that to be preserved when the file is loaded and then saved.
## Actual …
-
###
Adding functionality to compare Sheets and Workbooks.
Like Microsofts Compare Excel feature, but free and within R.
I'm making a fork where I'll have a go myself.
-
## Expected Behavior
I fill an excel file in a loop over around 15 sheets with data. At the end of each sheet, I add a freezePane command.
`freezePane(wb, sn, firstActiveRow = 4, firstActiveCol = 7)…
-
## 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…