xlsform2word_fr: Convert to Word Document (French)
Description
This function reads a structured xlsform Excel file and generates a formatted Word document in French.
Usage
xlsform2word_fr(path, output = "xlsform_output.docx", verbose = TRUE)
Value
Returns Success if successfully generated
Arguments
- path
Path to xlsform Excel file (.xls or .xlsx)
- output
Name of the output Word file
- verbose
Logical. If TRUE (default), displays progress messages in the console.