2 changed files with 64 additions and 0 deletions
			
			
		@ -0,0 +1,50 @@ | 
				
			|||
 | 
				
			|||
# 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] | 
				
			|||
 | 
				
			|||
					Loading…
					
					
				
		Reference in new issue