0
0

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.

Utilityサービスに関して

Posted at

Utilityサービス

Utilityサービスとは便利機能を提供するサービスらしい。

ユーティリティ (Utility) は、英単語で、「役に立つもの」「有用性」「効用」「公益」などの意味。 住宅建築におけるユーティリティールーム(家事室)のこと。
wikipedia

このクラスのメンバーは4つ

newBlob

新しいブロブを作成する。そのままだ。。
スプレットシートをCSVにしたりもできるらしい。

スプレットシートを2次元配列で取得して
CSV形式の文字列を作成、
そこからCSV形式のBlobオブジェクトを生成する。

しかし、newBlobはUTF8形式で作られるので、
setFormatStringを使ってShift-JISにしないと文字化けします。

Blobに関して

こいつには私もハマったので、ここに記載する。

parseCsv

これはすごい便利!
CSVの中身をとりだして2次元配列にしてくれる!

unzip

zipファイルを解答する

zip

対象のフォルダ名ファイル名として、zipファイルを作成する。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?