2011/02/28

validate char zenkaku

http://code.google.com/p/cowares-excel-hello/wiki/validate_char_zenkaku
validate cells selected not to contain hankaku characters
エクセルで選択したセルに半角文字が入っていないことを確認する

verify sheet input char

http://code.google.com/p/cowares-excel-hello/wiki/verify_sheet_input_char
verify input for excel against a reference sheet
エクセルで別のシートを参照して入力のベリファイを行う

2011/02/18

wpost

http://code.google.com/p/cowares-excel-hello/wiki/wpost
download web pages according to scenario files
用意したシナリオでウェブページをダウンロードする

2011/02/14

type text

http://code.google.com/p/cowares-excel-hello/wiki/type_text
work with verious character encodings in vbscript
VBScript で、様々な文字コードに対応する

type bin

http://code.google.com/p/cowares-excel-hello/wiki/type_bin
work with binary dump in vbscript
VBScript で、バイナリダンプに関わる

2011/02/07

head

http://code.google.com/p/cowares-excel-hello/wiki/head
print the first 10 lines of each file
テキストファイルの先頭10行だけを見る

2011/02/06

http get

http://code.google.com/p/cowares-excel-hello/wiki/http_get
download web pages in command prompt
コマンドラインで、ウェブページをダウンロードする

2011/02/05

finalize as value

http://code.google.com/p/cowares-excel-hello/wiki/finalize_as_value
remove cell formulas to finalize values in excel
エクセルでセル数式の計算値を確定する

2011/02/01

find price in matrix

http://code.google.com/p/cowares-excel-hello/wiki/find_price_in_matrix
find a unit price from a flexible price matrix
エクセルで修正可能なマトリックス単価表から単価を探す