2011/06/11

ssf reader primitive for html

a primitive tool to convert an SSF text into an HTML Table
SSF テキストをHTMLテーブルタグに変換する、原始的なツール
http://code.google.com/p/cowares-excel-hello/wiki/ssf_reader_primitive_html

2011/06/03

ssf reader primitive for access

a primitive tool to convert an SSF text to an Access Mdb
SSF 形式のテキストをアクセスMDBファイルに変換する原始的なツール
http://code.google.com/p/cowares-excel-hello/wiki/ssf_reader_primitive_access

ssf writer primitive for access

a primitive tool to convert an Access Mdb to an SSF text
アクセスMDBファイルを SSF 形式のテキストに変換する原始的なツール
http://code.google.com/p/cowares-excel-hello/wiki/ssf_writer_primitive_access

ssf reader primitive for word

a primitive tool to convert an SSF text to a Word Document
SSF 形式のテキストをワード文書に変換する原始的なツール
http://code.google.com/p/cowares-excel-hello/wiki/ssf_reader_primitive_word

ssf writer primitive for word

a primitive tool to convert a Word Document to an SSF text
ワード文書を SSF 形式のテキストに変換する原始的なツール
http://code.google.com/p/cowares-excel-hello/wiki/ssf_writer_primitive_word

2011/05/14

find replace

http://code.google.com/p/cowares-excel-hello/wiki/find_replace
search strings in files, and replace them using excel
エクセルシートで指定したファイルから文字検索し、置換する

run commands

http://code.google.com/p/cowares-excel-hello/wiki/run_commands
run commands in a list on a worksheet
エクセルの一覧表で、バッチコマンドのリストを実行する

list files

http://code.google.com/p/cowares-excel-hello/wiki/list_files
list files in a folder into a worksheet
フォルダ内のファイル一覧表をエクセルで作成する

head files

http://code.google.com/p/cowares-excel-hello/wiki/head_files
read file headings and judge types in a worksheet
エクセルの一覧表で、ファイルの先頭を見て、テキストを判定する

2011/05/02

ssf rw v2

http://code.google.com/p/cowares-excel-hello/wiki/ssf_rw_v2
a converter between an SSF text and an Excel Book, the 2nd
SSF テキストとエクセルブックの間を変換するツール、2号機

2011/05/01

2011/04/23

square cells

http://code.google.com/p/cowares-excel-hello/wiki/square_cells
generate a square excel sheet in inches
エクセルでセル幅や高さをミリ単位で設定した方眼を作る

2011/04/16

bad adodb.stream

http://code.google.com/p/cowares-excel-hello/wiki/bad_adodb_stream
bad vba: when the Charset of ADODB.Stream should be set
失敗マクロ: ADODB.Stream の Charset を設定するタイミングに気をつけろ

2011/04/10

bad special cells

http://code.google.com/p/cowares-excel-hello/wiki/bad_special_cells
bad vba: Cells.SpecialCells ignores a sigle cell searching
失敗マクロ: VBAの Cells.SpecialCells はセル1個だけを検索できない

bad cells count

http://code.google.com/p/cowares-excel-hello/wiki/bad_cells_count
bad vba: Cells.Count fails on excel 2007 or later
失敗マクロ: VBAの Cells.Count はエクセル2007以降でエラーになる

2011/04/09

convert char zenkaku

http://code.google.com/p/cowares-excel-hello/wiki/convert_char_zenkaku
convert characters between hankaku and zenkaku in excel cells
エクセルでセル文字列を半角または全角に変換する

2011/04/03

compare sheet form

http://code.google.com/p/cowares-excel-hello/wiki/compare_sheet_form
compare two sheets of excel workbook with a verifiable form
エクセルで2つのシートを比較し、フォームで確認しながら修正する

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
エクセルで修正可能なマトリックス単価表から単価を探す


2011/01/30

hello function overhead

http://code.google.com/p/cowares-excel-hello/wiki/hello_function_overhead
how much overhead is there in calling a function in vba
VBAで関数呼び出しのオーバーヘッド負荷はどれぐらいあるか

bad collection

http://code.google.com/p/cowares-excel-hello/wiki/bad_collection
bad vba: collection object is not for thousands of data
失敗マクロ: VBAの Collection オブジェクトは大量のデータに向いてない

hello sort collection

http://code.google.com/p/cowares-excel-hello/wiki/hello_sort_collection
implements sort on collection in vba
VBAで Collection をソートする

2011/01/29

hello sort

http://code.google.com/p/cowares-excel-hello/wiki/hello_sort
implements sort functions in vba
VBAでソート関数を実装する

hello dimension

http://code.google.com/p/cowares-excel-hello/wiki/hello_dimension
how to improve the speed of writing excel cells in vba
VBAでエクセルのセルに高速書き込みを行う

2011/01/27

hello timeline

http://code.google.com/p/cowares-excel-hello/wiki/hello_timeline
a homing worksheet along a timeline
スケジュールを自動追尾するエクセルワークシート


2011/01/26

hello command

http://code.google.com/p/cowares-excel-hello/wiki/hello_command
how to execute a windows shell command in vba
VBAでウィンドウズのコマンドやプログラムを実行する

hello indicator 2

http://code.google.com/p/cowares-excel-hello/wiki/hello_indicator_2
how to use a notepad as an active indicator informing the progress in vba
VBAでメモ帳を使って進行状況をライブ表示する

hello indicator

http://code.google.com/p/cowares-excel-hello/wiki/hello_indicator
how to use an active indicator informing the progress in vba
VBAで進行状況をライブ表示する

2011/01/25

hello numberstring

http://code.google.com/p/cowares-excel-hello/wiki/hello_numberstring
implements NumberString worksheet function in vba
VBAで NumberString ワークシート関数を実装する

tool bar v2

http://code.google.com/p/cowares-excel-hello/wiki/tool_bar_v2
add a cusomized toolbar to your VBA macro
ツールバー付きの VBA マクロを簡単に作る


hello now

http://code.google.com/p/cowares-excel-hello/wiki/hello_now
show a tiny clock on excel, word and access
エクセル、ワード、アクセスに小さな時計を表示する

2011/01/23

bad objects array variant

http://code.google.com/p/cowares-excel-hello/wiki/bad_objects_array_variant
bad vba: variant denies to accept object sometimes
失敗マクロ: VBAの Variant 型は、たまに Object 型を受け付けない

2011/01/21

verify sheet input

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

2011/01/19

bad implements

http://code.google.com/p/cowares-excel-hello/wiki/bad_implements
bad vba: implements is not for abstract
失敗マクロ: VBAの implements は抽象化に使えない

hello settings

http://code.google.com/p/cowares-excel-hello/wiki/hello_settings
use a same interface to keep user data in vba of Excel, Word and Access
エクセルとワードとアクセスのVBAで、共通のインターフェースを使い、ユーザーのデータを保持する

2011/01/06

hello http get html

http://code.google.com/p/cowares-excel-hello/wiki/hello_http_get_html

how to get html document from web using http in vba

VBAで http を使ってウェブから HTML 文書を取得する

hello http get 3

http://code.google.com/p/cowares-excel-hello/wiki/hello_http_get_3
how to get web pages asynchronouly in vba
VBAで、ウェブのページを非同期に取得する

2011/01/02

hello urlencode

http://code.google.com/p/cowares-excel-hello/wiki/hello_urlencode
how to do URL Encode and Decode in vba
VBAで URL エンコードとデコードを行う

2011/01/01

hello base64

http://code.google.com/p/cowares-excel-hello/wiki/hello_base64
how to encode and decode as Base64 (ASCII Armor) at a low level in vba
VBAで Base64 (ASCII Armor) のエンコードとデコードを低レベルに行う