Skip to content

Instantly share code, notes, and snippets.

View majordwarf's full-sized avatar
💻
writing code for better future

Tejas Tank majordwarf

💻
writing code for better future
View GitHub Profile
import string
import openpyxl
from openpyxl.workbook.workbook import Workbook
# load the source file
filename = input("Enter a file name:")
wb = openpyxl.load_workbook(filename='filename', data_only=True)
# method to initialize a target wb:
def create_wb(id, name, o_sheet):

Work Product: Google Summer of Code 2020 with Zulip

I would like to thank my mentors, Zulip community and Google for providing an platform to learn in an professional environment. Over the summer, I worked on Zulip's web application adding more features and improving and optimizing the existing system.