Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Jan 11, 2020
2 parents 7c268ab + 8189b56 commit 43acd63
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ XLS II [BasicExcel](http://www.codeproject.com/Articles/13852/BasicExcel-A-Class

| carbon | cocoa | win32 | win64 |
|:------:|:-----:|:---------:|:---------:|
|<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />|<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />|<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />|<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />|
||<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />|<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />|<img src="https://cloud.githubusercontent.com/assets/1725068/22371562/1b091f0a-e4db-11e6-8458-8653954a7cce.png" width="24" height="24" />|

```
spctl -a -vv -t install XLS II.bundle: accepted
Expand All @@ -24,49 +24,3 @@ origin=Developer ID Application: keisuke miyako (Y69CWUC25B)
### Releases

[2.0](https://github.com/miyako/4d-plugin-xls-basic-excel/releases/tag/2.0)

Commands
---

```
// --- File
XLS Create
XLS Load
XLS Save as
XLS CLOSE
// --- Workbook
XLS Get total sheets
XLS Add sheet
XLS Get sheet name
XLS Set sheet name
// --- Worksheet
XLS Get total rows
XLS Get total columns
XLS Set column width
XLS Get column width
XLS Merge cells
// --- Cell
XLS Clear value
XLS Get text value
XLS Get real value
XLS Get long value
XLS Set long value
XLS Set real value
XLS Set text value
XLS Get value type
// --- Font
XLS SET FONT PROPERTY
XLS GET FONT PROPERTY
// --- Format
XLS SET FORMAT PROPERTY
XLS GET FORMAT PROPERTY
XLS Get format string
XLS Set format string
XLS Get wrapping
XLS SET WRAPPING
```

0 comments on commit 43acd63

Please sign in to comment.