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