You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.2 KiB

2 years ago
# Xlsx to Xml Converter
This program convert Xlsx File to Xml.
In this Version u should take xlsx File and xml pattern in build folder then run the project. The outPut will generate in Build Folder.
It is written by Qt.
## Acknowledgements
- this is help u to create xml file easily
- The Xlsx should have one sheet
## API Reference
#### how Prepare it to run?
```http
in main part of Program
convert.initPath(ExcelFileName, PatternFileName, "");
like:
convert.initPath("BPresetValue.xlsx", "Pattern.xml", "");
```
#### Get item for : initPath
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `xlsxPath` | `QString` | **Required**. Your API key |
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `patternFilePath` | `QString` | **Required**. Your API key |
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `outputFilePath` | `QString` | **Required**. this version save OutPut in Build Folder Of Project |
## Documentation
[Documentation](https://linktodocumentation)
## Authors
- [N.Heydari]