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