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