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