Saving as Excel Table

Hello,

Is it possible to save dataframe as an Excel table. Because I use excel table for a lot of stuff, it will be better if I can save dataframe as table instead of just regular excel sheet.

If anyone has tried this, please let me know.

Thanks for your help!

Regards,
Kamlesh Singh

Take a look at the writeDataTable() function from the openxlsx package.

https://rdrr.io/cran/openxlsx/man/writeDataTable.html

Perfect!
Thank you so much @mfherman

Regards,
Kamlesh

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