HTML表到emacs表?

Ken*_*ams 5 html emacs tabular

从我从Emacs社区看到的其他力量壮举来看,必须有一个解决方案,但我似乎无法找到它.

在Emacs中解析HTML表并将其转换为Emacs表(表table.el或者org-mode表)的方法是什么?我现在唯一可以看到的方法是将一大块网页拖到Excel中,然后将其导出到CSV或其他内容并导入到Emacs中.但是我不想依赖于浏览器或Excel,我只想在Emacs中进行,或者最多使用shell工具.

Ist*_*sta 4

pandoc可以将html转换为orgmode。

  • `pandoc --from html --to org =(pbpaste) -o -` 从剪贴板转换为 org. (2认同)