import xlrd
import xlwt
from xlutils.copy import copy
xlsx = xlrd.open_workbook(".\\files\\入庫表.xlsx")
table = xlsx.sheet_by_index(0)
all_data = []
for n in range(1,table.nrows):
company = table.cell(n, 1).value
price = table.cell(n, 3).value
weight = table.cell(n, 4).value
data = {'company': company, 'weight': weight, 'price': price}
all_data.append(data)
a_weight = []
a_total_price = []
b_weight = []
b_total_price = []
c_weight = []
c_total_price = []
d_weight = []
d_total_price = []
for i in all_data:
if i['company'] == '張三糧配':
a_weight.append(i['weight'])
a_total_price.append(i['weight'] * i['price'])
if i['company'] == '李四糧配'
b_weight.append(i['weight'])
b_total_price.append(i['weight'] * i['price'])
if i['company'] == '王五小麥'
c_weight.append(i['weight'])
c_total_price.append(i['weight'] * i['price'])
if i['company'] == '趙六麥子專營'
d_weight.append(i['weight'])
d_total_price.append(i['weight'] * i['price'])
tem_excel = xlrd.open_workbook(".\\files\\統(tǒng)計表_模板.xls", formatting_info=True)
tem_sheet = tem_excel.sheet_by_index(0)
new_excel = copy(tem_excel)
new_sheet = new_excel.get_sheet(0)
style = xlwt.XFStyle()
font = xlwt.Font()
font.name = '微軟雅黑'
font.bold = True
font.height = 360
style.font = font
borders = xlwt.Borders()
borders.top = xlwt.Borders.THIN
borders.bottom = xlwt.Borders.THIN
borders.left = xlwt.Borders.THIN
borders.right = xlwt.Borders.THIN
style.borders = borders
alignment = xlwt.Alignment()
alignment.horz = xlwt.Alignment.HORZ_CENTER
alignment.vert = xlwt.Alignment.VERT_CENTER
style.alignment = alignment
new_sheet.write(2, 1, len(a_weight), style)
new_sheet.write(2, 2, round(sum(a_weight), 2), style)
new_sheet.write(2, 3, round(sum(a_total_price), 2), style)
new_sheet.write(3, 1, len(b_weight), style)
new_sheet.write(3, 2, round(sum(b_weight), 2), style)
new_sheet.write(3, 3, round(sum(b_total_price), 2), style)
new_sheet.write(4, 1, len(c_weight), style)
new_sheet.write(4, 2, round(sum(c_weight), 2), style)
new_sheet.write(4, 3, round(sum(c_total_price), 2), style)
new_sheet.write(5, 1, len(d_weight), style)
new_sheet.write(5, 2, round(sum(d_weight), 2), style)
new_sheet.write(5, 3, round(sum(d_total_price), 2), style)
new_excel.save(".\\output\\統(tǒng)計表填寫.xls")
P14自動生成統(tǒng)計報表
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
- 文/潘曉璐 我一進(jìn)店門馁龟,熙熙樓的掌柜王于貴愁眉苦臉地迎上來崩侠,“玉大人,你說我怎么就攤上這事坷檩∪匆簦” “怎么了?”我有些...
- 文/不壞的土叔 我叫張陵矢炼,是天一觀的道長系瓢。 經(jīng)常有香客問我,道長句灌,這世上最難降的妖魔是什么夷陋? 我笑而不...
- 正文 為了忘掉前任,我火速辦了婚禮涯塔,結(jié)果婚禮上肌稻,老公的妹妹穿的比我還像新娘。我一直安慰自己匕荸,他們只是感情好,可當(dāng)我...
- 文/花漫 我一把揭開白布枷邪。 她就那樣靜靜地躺著榛搔,像睡著了一般。 火紅的嫁衣襯著肌膚如雪东揣。 梳的紋絲不亂的頭發(fā)上践惑,一...
- 文/蒼蘭香墨 我猛地睜開眼钟鸵,長吁一口氣:“原來是場噩夢啊……” “哼钉稍!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起棺耍,我...
- 正文 年R本政府宣布棍苹,位于F島的核電站,受9級特大地震影響茵汰,放射性物質(zhì)發(fā)生泄漏枢里。R本人自食惡果不足惜,卻給世界環(huán)境...
- 文/蒙蒙 一蹂午、第九天 我趴在偏房一處隱蔽的房頂上張望栏豺。 院中可真熱鬧,春花似錦豆胸、人聲如沸奥洼。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽灵奖。三九已至,卻和暖如春估盘,著一層夾襖步出監(jiān)牢的瞬間瓷患,已是汗流浹背。 一陣腳步聲響...
推薦閱讀更多精彩內(nèi)容
- 文章引用自網(wǎng)易云課堂《用Python自動辦公肢藐,做職場高手》網(wǎng)址:https://study.163.com/cou...
- 概述 提供指定的接口,為測試人員提供好用的測試報告存儲吱韭,顯示及分享的系統(tǒng)吆豹。 主要功能包括: 判定測試 壓力測試 響...
- 日常工作流程:打開收藏夾網(wǎng)頁鱼的,點擊下載,數(shù)據(jù)就下載完畢痘煤。簡化工作流程提高效率凑阶。 實現(xiàn)原理:Google Sheet...
- 數(shù)據(jù)分析師肯定每天都被各種各樣的數(shù)據(jù)數(shù)據(jù)報表搞得焦頭爛額宙橱,老板的,運營的蘸拔、產(chǎn)品的等等师郑。而且大部分報表都是重復(fù)性的工...