The Excel service imports data from a spreadsheet file to the Sphinx project using Sphinx-Needs and creates Sphinx-Needs objects on the fly during build time.
Main Features:
Open and read Excel files
For each row, create a Sphinx-Needs objects
Mapping between column names and Sphinx-Needs object options
Provides functionality via Sphinx directive and conf.py parameters
Task Completed
[x] - Service available
[x] - Excel file location can be configured
[x] - Column - > need options mapping working
[x] - Both the start & end row and start & end column can be configured
The Excel service imports data from a spreadsheet file to the Sphinx project using Sphinx-Needs and creates Sphinx-Needs objects on the fly during build time.
Main Features:
Task Completed