您可以打开单词列表,并选择要统计的书籍过滤器。如果使用优先级(priority),您应该能够选择到特定的章节。通过范围(range),您可以选择特定的经文。
然后,使用菜单 > export to xml 将列表导出为 xml 文件。
在 Excel 中打开该文件,并允许 Excel 创建 xml 表格。这将把数据放入列中(其中一列是 Count)。
使用 =sum(xx:yy) 来生成所选文本中所有单词的总和。

You can open the wordlist and select the book filter for the book or books that you want to count. If you use a priority you should be able to select down to a particular chapter or chapters. With the range you can select specific verses.
Then export the list to an xml file using the menu > export to xml
Open that file in Excel and allow Excel to create an xml table. This will put the data into columns (one of which is Count)
Use =sum(xx:yy) to generate a sum of all the words in the selected text.

机器翻译自 English