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.
 
 
nasiCurious 6152c2dd8a Add Readme 2 years ago
include Refactoring Code and change it for pattern file with out value 2 years ago
src Refactoring Code and change it for pattern file with out value 2 years ago
.gitignore Refactoring Code and change it for pattern file with out value 2 years ago
README.md Add Readme 2 years ago
XlsxToXmlConverter.pro Refactoring Code and change it for pattern file with out value 2 years ago
main.cpp Add Readme 2 years ago

README.md

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?

  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

Authors

  • [N.Heydari]