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