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