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