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