Cole Arendt
Cole Arendt
Interesting! Thanks for reporting this! This definitely seems like a very strange issue! I know I have done this in the past 😄 Would it be possible for you to...
Thanks for reporting! I will take a look at the newer Java API (i.e. taking place in #188 ) and see if there is something available to improve here!
Interesting! This seems like it may be an issue with the older Java library. Would you mind giving the newer branch a shot to see if it fixes? Directions here:...
Thanks for the report! Do you have a [reproducible example](https://www.jessemaegan.com/post/so-you-ve-been-asked-to-make-a-reprex/) of the code that creates such a broken workbook? There are many ways to make this happen if you write...
Apologies for the late response here. Any chance that you could generate a workbook from scratch that displays this problem? Maybe put the offending characters or data into the code,...
Thanks @IdoBar ! This looks good! Would you mind adding some tests in the `tests/testthat/test-write.xlsx.R` file that protect this functionality from backwards incompatibilities in the future? Ideally the tests would...
That seems horrible! Thanks for the report and the reproducible example! I'll see if I have a chance to reproduce in my environment this week or next.
This is definitely reproducible. I think this is hitting R's copy-on-modify semantics along with Java objects not getting cleaned up in `rJava` / the JVM. It will take a good...
Thanks for reporting this, and apologies for the delay in responding! I seem to recall that there is a way to do this, but I am blanking at the moment.
Thanks for sharing this! I haven't had a chance to look at this, and it seems like the seconds / hours may be a different root cause, but any chance...