「リスト/表計算」の版間の差分
提供: MacWiki
(→CSVファイル) |
(Not found) |
||
行12: | 行12: | ||
== [[KaleidaGraph]] == | == [[KaleidaGraph]] == | ||
+ | |||
*http://www.synergy.com/ | *http://www.synergy.com/ | ||
*http://www.hulinks.co.jp/software/kaleida/ | *http://www.hulinks.co.jp/software/kaleida/ | ||
− | |||
== Mariner Calc == | == Mariner Calc == | ||
+ | |||
*http://www.marinersoft.com/ | *http://www.marinersoft.com/ | ||
== Microsoft Excel == | == Microsoft Excel == | ||
+ | |||
*http://www.microsoft.com/japan/mac/default.asp | *http://www.microsoft.com/japan/mac/default.asp | ||
行59: | 行61: | ||
== Numbers == | == Numbers == | ||
+ | |||
*http://www.apple.com/jp/iwork/numbers/ | *http://www.apple.com/jp/iwork/numbers/ | ||
行66: | 行69: | ||
== [[OpenOffice]].org Calc == | == [[OpenOffice]].org Calc == | ||
+ | |||
*http://ja.openoffice.org/ | *http://ja.openoffice.org/ | ||
行79: | 行83: | ||
*http://www.kanshin.com/keyword/1174911 | *http://www.kanshin.com/keyword/1174911 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== その他 == | == その他 == | ||
行105: | 行104: | ||
*http://homepage2.nifty.com/GREIF/ | *http://homepage2.nifty.com/GREIF/ | ||
− | |||
− | |||
=== [[TableText]] === | === [[TableText]] === |
2012年11月11日 (日) 21:04時点における版
OSXで使える表計算 (表作成) ソフトウェア
目次
AppleWorks 6
Google Docs & Spreadsheets
- http://www.itmedia.co.jp/news/articles/0610/11/news049.html - ITmedia News
KaleidaGraph
Mariner Calc
Microsoft Excel
- Excellister
- Solver for Excel 2008
- http://www.solver.com/mac/
- Excel 2008 for Mac用ソルバー「Solver for Excel 2008」が配付開始 - Macお宝鑑定団Blog[羅針盤]
CSVファイル
文字コードによって文字化けせずに読み込みできる・できないが生じるようです
- CSV形式ファイル(コンマ区切り)の文字コードと読み込み
- UTF-8: QuickLookCSV等で表示できる
- CP932 (Shift JIS): Excel (Windows, Mac) で読み込める
- BOM付きUTF-8: Excel (Windows) で読み込める
- BOM付きUTF-16: Excel (Windows, Mac) で読み込める
- 参考:http://support.microsoft.com/kb/821863/ja
- TSV形式ファイル(タブ区切り)
- UTF-16LE: Excel (Windows, Mac) で読み込める
- ファイルにBOMを付ける例:
$ file a.csv a.csv: UTF-8 Unicode text $ echo -en '\xef\xbb\xbf' > a_bom.csv $ cat a.csv >> a_bom.csv $ file a_bom.csv a_bom.csv: UTF-8 Unicode (with BOM) text
- QuickLookCSV で文字コードがCP932 (Shift JIS)のファイルを文字化けなく表示させるにはソースコードに追加等を行う必要があるようです:
if (NSShiftJISStringEncoding == stringEncoding) { return "shift_jis"; }
Numbers
AppleWorks の後継と言われるソフトウェアスイート iWork に含まれるスプレッドシート。
OpenOffice.org Calc
Rex Office
Tables
レビュー
その他
CSVEdit
icExcel
- http://www.panergy-software.com/jp_JP/products/icexcel/index.html
- http://www.bridge1.com/icexcel.html
nView
欄造
列を指定してソートも可能.列幅表示をマウス操作変更も可能.
TableText
TSB TableEdit
CSV, TSV形式のファイルを編集できる。