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