Skip to content

screberg/excel-to-xml-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

excel-to-xml-converter

#Step to run :

  • Download this project.
  • Navigate to the directory
  • Run command "npm install"
  • Run command "npm start"
  • Open browser after build completed.
  • type http://localhost:4200/
  • Upload the given testExcel.xlsx file to view XML.
  • After uploading your testExcel.xlsx file you can see the XML which is converted by excel file.
  • Congratulatations.. Your app is working.. Now you can add more.

About

This app convert excel file into XML form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.1%
  • JavaScript 12.5%
  • HTML 8.8%
  • CSS 0.6%