The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.txt | 2021-02-06 | 1.8 kB | |
| office2textile-0.97.zip | 2021-02-06 | 183.7 kB | |
| office2textile-0.96.zip | 2020-07-11 | 182.4 kB | |
| office2textile-0.95.zip | 2020-05-16 | 184.2 kB | |
| office2textile-0.94.zip | 2019-12-28 | 90.6 kB | |
| office2textile-0.93.zip | 2017-08-14 | 97.2 kB | |
| office2textile-0.92.zip | 2016-07-18 | 86.5 kB | |
| office2textile-0.91.zip | 2016-05-14 | 88.0 kB | |
| office2textile-0.90.zip | 2016-05-06 | 80.2 kB | |
| Totals: 9 Items | 994.6 kB | 1 |
# $Id: README.txt 69 2021-02-06 06:36:39Z hayashi $
Description:
office2textile contains VBA macros which convert Microsoft Office contents to various text formats.
Currently the following two VBA macros are ready.
- xls2textile: Excel to Textile
- ppt2textile: PowerPoint to Textile
For details visit the project home page: <https://sourceforge.net/projects/office2textile/>
License:
GNU General Public License version 2.0
Change Log:
2021/02/06: Version 0.97
xls2textile: handle Excel special "General" horizontal alignment
Fixed on 0.93, but broken on 0.96
2020/07/11: Version 0.96
xls2textile: fix for "General" horizontal alignment not to modify the Excel file
xls2textile, ppt2textile:
fix for MacOS support which has been broken since 0.94
2020/05/16: Version 0.95
xls2textile: AsciiDoc and GitHub Flavored Markdown (GFM) output support
CSV and TSV output support
Show progress on the status bar
Code refactoring
ppt2textile: AsciiDoc and GitHub Flavored Markdown (GFM) output support
Add menu in the spelling-check context menu
Code refactoring
2019/12/28: Version 0.94
xls2textile: clipboard handling uses the Windows API instead of the DataObject.PutInClipboard
64bit Office support
2017/08/14: Version 0.93
xls2textile: handle Excel special "General" horizontal alignment
suppress cell-attributes on empty cells
2016/07/19: Version 0.92
xls2textile: HTML output support (for Markdown)
2016/05/14: Version 0.91
make use of vbNewLine instead of vbCrLf to support Office 2016 for Mac
2016/05/06: Version 0.90
the 1st public release