convert_to_ods: Save a copy of an xlsx file as an ods file

View source: R/save_files.R

convert_to_odsR Documentation

Save a copy of an xlsx file as an ods file

Description

Uses VBA code to save a copy of an xlsx file to the accessible ODS format, retaining all sheets and formatting.

Usage

convert_to_ods(path)

Arguments

path

path to xlsx file; can be either a relative or absolute file path

Details

Files converted can be via a relative (from working directory) or absolute (full) file path. In either case, the output ODS file will be returned in the same folder as the XLSX file.


departmentfortransport/odsconvertr documentation built on Dec. 5, 2023, 11:56 p.m.