help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

exporting from emacs to excel


From: rustom
Subject: exporting from emacs to excel
Date: Wed, 14 Jan 2009 03:13:35 -0800 (PST)
User-agent: G2/1.0

I want to write a bit of elisp to take a file/buffer in org-mode and
export the tables to an excel sheet.

I know (very little) of how to write the code to make an excel sheet
from wscript. eg
giving wscript the following, opens a blank excel sheet:

Set objExcel = CreateObject("Excel.Application")
objExcel.Workbooks.Add
objExcel.Visible = True

Is there some easy/natural way to get this functionality inside elisp?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]