From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help,gmane.emacs.orgmode Subject: Re: Microsoft Excel spreadsheet editing directly from within emacs. Date: Mon, 28 Dec 2020 17:50:33 +0100 Message-ID: <87tus56fja.fsf@posteo.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36383"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs , Org-mode To: Daniel =?utf-8?Q?Mart=C3=ADn?= , Hongyi Zhao Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 28 17:51:54 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ktvkP-0009KE-DZ for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 28 Dec 2020 17:51:53 +0100 Original-Received: from localhost ([::1]:42504 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktvkO-0004E1-CE for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 28 Dec 2020 11:51:52 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41518) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktvjD-0004B3-Py for help-gnu-emacs@gnu.org; Mon, 28 Dec 2020 11:50:40 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:60910) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktvjB-0002iZ-Kc for help-gnu-emacs@gnu.org; Mon, 28 Dec 2020 11:50:39 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D04E816005F for ; Mon, 28 Dec 2020 17:50:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1609174234; bh=5YG0mRExFdctJklEfnFb16gC8o5oPSNzrcBACRnuS0c=; h=From:To:Cc:Subject:Date:From; b=XJ+U2jQ+ivfeCsFHi9NybQkYw6qOWQbQotHUtzVkYghMWAEtFvkYV4CnYXHMBKmwk i5dHu6jvo9AtGasgCf/6vFSjwPeiEMdG8HHsRJkv2SStJR9kSiJMYt4CfnZf8ocmHM cOztqNje1LYlg7VatDmAgIzG/d8lggV9uef7EKQ8CUJt84RY1HHRKvRzxnCN4M7lQY ZBA8KzWX6ptGBTrNXotxtrjnWqKvehgJGmeOdP7oLjMkiPwwqCJDW/tY+RuRJ5YriT hZiciVsJn3EpkZJNDDCZjo0S2EaqGX+ulZnOpByt2m7IGlnOJqa/SaktaqBqMCQjpp 0COmOxpKH2Ttg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4D4NpL0fKxz9rxd; Mon, 28 Dec 2020 17:50:34 +0100 (CET) In-Reply-To: Received-SPF: pass client-ip=185.67.36.65; envelope-from=tomasn@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:126866 gmane.emacs.orgmode:134221 Archived-At: Daniel Mart=C3=ADn writes: > Hongyi Zhao writes: > >> Is it possible for me to edit Microsoft Excel spreadsheet directly >> from within emacs, especially utilizing the powerful capabilities of >> orgmode? > > Not directly, but you could first save the Excel spreadsheet as CSV and > then import it into Org-Mode using M-x org-table-import. I haven't > checked how this works in practice, so YMMV. I think even you might be able to just copy / paste into a buffer and use the org table import thing. What I have seen the copy produce tab-separated fields that can be understood by org import... -- Tomas