3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WSHでExcelのテキスト差分取得ツールを作るよ

Last updated at Posted at 2018-01-31

WSHでExcelのテキスト差分取得ツールを作るよ

以下の仕様

  • セル内テキストを比較
  • Drag & Dropで、2ファイルを比較
  • 比較結果をCsv出力
  • 比較結果で、改行は半角スペースで表現

#### 本体(XlsxDiff.wsf) ```html // UTF-16LEで保存すること. ```
#### 共通FW(CommonUtil.js) [こちら](https://qiita.com/fujisystem/items/d0a347707eea116141a9#%E5%85%B1%E9%80%9Afwcommonutiljs)
#### Excel用FWっぽいの(XlsxUtil.js) [こちら](https://qiita.com/fujisystem/items/d0a347707eea116141a9#excel%E7%94%A8fw%E3%81%A3%E3%81%BD%E3%81%84%E3%81%AExlsxutiljs)

総括・ハマりポイント

  • ExcelのDate型の取り扱いで、嵌った。
  • ソースに美意識が足りなかった。
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?