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