A) wb.active < B) None of These C) wb.current D) wb.main E) wb.sheet
A) Sets the window size B) Sets the widget size < C) Sets padding D) None of These E) Sets the font size
A) Entry get() B) Button command < C) Menu bind() D) None of These E) Label text()
A) wb.insert("NewSheet") B) wb.create_sheet("NewSheet") < C) wb.new_sheet("NewSheet") D) wb.add("NewSheet") E) None of These
A) None of These B) Treeview() < C) Label() D) Listbox() E) Text()
A) fg < B) front C) color D) text_color E) None of These
A) write("file.xlsx") B) close("file.xlsx") C) export("file.xlsx") D) None of These E) save("file.xlsx") <
A) for row in ws.loop_rows(): B) None of These C) for row in ws.rows(): D) for row in ws.allrows(): E) for row in ws.iter_rows(): <
A) Row B) Workbook C) Cell D) Worksheet < E) None of These
A) Main() B) Root() C) None of These D) Window() E) Tk() <
A) Loads external files B) Keeps the window open and listens for events < C) Closes the window D) None of These E) Runs only once
A) open_excel() B) load_workbook() < C) excel_load() D) read_file() E) None of These
A) ws.fetch("A1") B) ws.read("A1") C) ws.get("A1") D) None of These E) ws["A1"].value <
A) ws.max row < B) ws.rows C) ws.length D) None of These E) ws.rowcount
A) Working with Excel files in Python < B) Web scraping C) Connecting to databases D) None of These E) Creating PDFs
A) Use Header(bold=True) B) None of These C) Use Text(bold=True) D) Use Font(bold=True) < E) Use Style(bold=True)
A) iter_rows() < B) rows() C) get_row() D) None of These E) loop_rows()
A) ws.max_column < B) ws.colcount C) None of These D) ws.cols E) ws.width
A) None of These B) Tk() < C) Frame() D) Shell() E) Main()
A) None of These B) .xltx C) .xlsm D) .CSV E) .xls <
A) Text() B) Entry() < C) None of These D) Button() E) Label()
A) place() < B) None of These C) pack() D) align() E) grid()
A) reset() B) None of These C) delete("1.0", END) < D) clear() E) remove()
A) None of These B) filedialog.askopenfilename() < C) askfile() D) selectfile() E) browse()
A) None of These B) Button() C) Text() D) Label() with Photolmage < E) Canvas()
A) ws.set("A1", "Hello") B) ws.put("A1", "Hello") C) None of These D) ws["A1"] = "Hello" < E) ws.cell("A1").write("Hello")
A) None of These B) root.name("My App") C) root.text("My App") D) root.title("My App") < E) root.caption("My App")
A) Canvas() B) Label() C) Entry() D) Text() with Scrollbar() < E) None of These
A) None of These B) .CSV C) .xlsx < D) .xls E) .txt
A) layout() B) grid() < C) None of These D) place() E) pack()
A) command < B) None of These C) function D) onClick E) event
A) ws.merge("A1:B1") B) ws.merge_cells("A1:B1") < C) None of These D) ws.join("A1:B1") E) ws.combine("A1:B1")
A) Excel() B) CreateBook() C) NewExcel() D) None of These E) Workbook() <
A) None of These B) ws.new_row(1) C) ws.add_row(1) D) ws.top_row() E) ws.insert_rows(1) <
A) None of These B) click() C) event() D) onPress() E) command <
A) Menu run-function_name B) Button command=function_name < C) Entry onChange=function_name D) None of These E) Label text=function_name
A) import view B) from tkinter import ttk < C) None of These D) import tree E) from tkinter import tree
A) wb.sheets() B) wb.list() C) wb.sheetnames < D) wb.names E) None of These
A) None of These B) from openxi import * C) import pyexcel D) from excel import * E) import openpyxi <
A) None of These B) Label() C) Entry() < D) Text() E) Frame()
A) None of These B) value C) label D) caption E) text <
A) alert() B) print("Saved") C) label.set() D) None of These E) messagebox.showinfo() <
A) Canvas() B) Label() < C) Text() D) Entry() E) None of These
A) wb.active("Sheet1") B) wb["Sheet1"] < C) wb.sheet("Sheet1") D) wb.get("Sheet1") E) None of These
A) openpyxl.design B) None of These C) openpyxl.color D) openpyxl.styles < E) openpyxl.format
A) Choice() B) Combo() C) Listbox() < D) None of These E) Menu()
A) None of These B) wb.end() C) wb.finish() D) wb.stop() E) wb.close() <
A) entry.off() B) None of These C) entry.freeze() D) entry.config(state="disabled") < E) entry.hide()
A) None of These B) read_workbook("file.xlsx") C) wb.open("file.xlsx") D) get_book("file.xlsx") E) load_workbook("file.xlsx") <
A) None of These B) .xlsm C) .xls < D) .xltx E) .CSV |