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