Inspiration
I was asked to put a bunch of data from an Excel sheet into a Word file or document and I did not find any program that does that
What it does
it takes the first row as headlines, and whatever rows are specified, it will put them under these headlines in a Word file
How we built it
I used Python and Panada libraries to do this. the basic Idea is to let the program is to let the program take the rows that were specified to put into words. The program will look at the column that responds to the row and write it in bold "header", then write the value, press enter to start the next column, and keep going until it starts with a new row.
Challenges we ran into
I had to do some research until I found Pandas Library. also, I would like to make the program with a GUI. I will try to add more features to make this program more useful for office workers etc.
Accomplishments that we're proud of
This is my first production and contribution to the open-source project.
What we learned
I learned a lot about Python and its libraries. I hope to grow my skill set and contribute more to this project
What's next for excel_to_word
I want to add more functionality to it. I want to turn it into an open-source product and I am happy to collaborate and share ideas with others.
Log in or sign up for Devpost to join the conversation.