| Title: | Convert 'XLSForm' to Structured 'Word' Document |
|---|---|
| Description: | Converts an 'XLSForm' (survey in 'Excel') into a well-structured 'Word' document, including sections, skip logic, options, and question labels. Designed to support survey documentation, training materials, and data collection workflows. The package was developed based on field experience with 'XLSForm' and humanitarian operations, aiming to streamline documentation and enhance training efficiency. |
| Authors: | NyAvo RATOVO-ANDRIANARISOA [aut, cre] |
| Maintainer: | NyAvo RATOVO-ANDRIANARISOA <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.0 |
| Built: | 2026-06-08 08:55:45 UTC |
| Source: | https://github.com/cran/xlsform2word |
This function reads a structured xlsform Excel file and generates a formatted Word document in English.
xlsform2word_en(path, output = "xlsform_output.docx", verbose = TRUE)xlsform2word_en(path, output = "xlsform_output.docx", verbose = TRUE)
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. |
Returns Success if successfully generated
This function reads a structured xlsform Excel file and generates a formatted Word document in French.
xlsform2word_fr(path, output = "xlsform_output.docx", verbose = TRUE)xlsform2word_fr(path, output = "xlsform_output.docx", verbose = TRUE)
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. |
Returns Success if successfully generated