Skip to content

MatheusLealAquino/XLSXtoCSV_to_Moodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Convert Excel XLSX file to CSV for student enrollment in Moodle

#English

Done with Python 3.4, Tkinter and XLRD.

Link to download XLRD: https://pypi.python.org/pypi/xlrd

Convert Excel XLSX file to CSV for student enrollment in Moodle.

For this application to work, you need to install XLRD for Python.

#Using the program
FILE MUST BE ON XLSX

Input file name: The path of the file or just the name of the file that is in the same folder.

Output file name: The path of the output file can be file to be saved or only the name of the new file which will be saved in the same folder.

Course: Add the brief name of the class.


#Portuguese

Feito com Python 3.4, Tkinter e XLRD.

Link para download XLRD: https://pypi.python.org/pypi/xlrd

Converter arquivo Excel XLSX para CSV para cadastro de alunos no Moodle

Para que essa aplicação funcione, é necessária a instalação do XLRD para Python.

#Usando o programa
ARQUIVO DEVE ESTAR EM XLSX

Nome do arquivo de entrada: pode ser colocado o caminho do arquivo ou somente o nome do arquivo que esteja na mesma pasta.

Nome do arquivo de saida: pode ser colocado o caminho do arquivo para ser salvo ou somente o nome do novo arquivo que sera salvo na mesma pasta.

Curso: Adicionar o nome breve da materia do cadastro.

About

Code done to convert Excel.xlsx to Excel.csv with parameters to insert new students at Moodle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages