Package 'xlsform2word'

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

Help Index


Convert xlsform to Word Document (English)

Description

This function reads a structured xlsform Excel file and generates a formatted Word document in English.

Usage

xlsform2word_en(path, output = "xlsform_output.docx", verbose = TRUE)

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.

Value

Returns Success if successfully generated


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)

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.

Value

Returns Success if successfully generated