{"url":"https://htn20190109.hatenablog.com/entry/2023/05/13/175412","version":"1.0","width":"100%","blog_title":"HTN20190109\u306e\u65e5\u8a18","image_url":null,"author_name":"HTN20190109","blog_url":"https://htn20190109.hatenablog.com/","author_url":"https://blog.hatena.ne.jp/HTN20190109/","height":"190","categories":["\u305d\u306e\u4ed6"],"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhtn20190109.hatenablog.com%2Fentry%2F2023%2F05%2F13%2F175412\" title=\"\u30a8\u30af\u30bb\u30eb -&gt; JSON\u4f5c\u6210\u30c4\u30fc\u30eb (create table) - HTN20190109\u306e\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_name":"Hatena Blog","type":"rich","published":"2023-05-13 17:54:12","provider_url":"https://hatena.blog","description":"vim excel2json.py #!/usr/bin/env python# -*- coding: utf-8 -*- import jsonimport sysimport openpyxlimport re def main(): args = sys.argv if len(args) > 1: file_name = args[1] else: file_name = 'tab1.xlsx' base_name = re.split('\\.',file_name)[0] wb = openpyxl.load_workbook(filename=file_name, read_on\u2026","title":"\u30a8\u30af\u30bb\u30eb -> JSON\u4f5c\u6210\u30c4\u30fc\u30eb (create table)"}