Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 239,180 for

aspose cells

(0.52 sec)
  1. 使用C++检测空白工作表|Documentation

    本文展示了如何使用Aspose.Cells的C++ API编程检测Excel工作簿中的空白工作表。...我们只需要检查 Cells.MaxDataRow 或 Cells.MaxDataColumn 属性。...应用格式的空单元格。在这种情况下, Cells.MaxDataRow 或 Cells.MaxDataColumn 属性会...

    docs.aspose.com/cells/zh/cpp/detecting-empty-wo...
  2. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Contents [ Hide ] 可能的使用场景 Aspose.Cells使用接受布尔参数的 GetHtmlString 方法返回单元格的HTML字符串。传入...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  3. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we save the modified Excel file to disk.... Aspose.Cells now allows you to calculate... If you change the value of cell B1 to 100 , the values of the...

    docs.aspose.com/cells/cpp/calculation-of-array-...
  4. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++.... Aspose.Cells also allows you to create...the timeline created by Aspose.Cells in the output Excel file...

    docs.aspose.com/cells/cpp/create-timeline/
  5. 用C++将Excel导出为HTML时,从右向左扩展文本|Documentation

    学习在用Aspose.Cells for C++将Excel文件导出为HTML时,从右到左扩展文本的方法。... Contents [ Hide ] 从现在起,Aspose.Cells for C++支持在导出Excel为HTML时从右向左扩展文本。此功能自v8...0版本起实现。如果你的Excel源文件中包含任何从右到左扩展的文本,Aspose.Cells会正确导出。 在将Excel文件导出为HTML时,将文本从右向左扩展...

    docs.aspose.com/cells/zh/cpp/expanding-text-fro...
  6. 如何用C++设置工作簿的自动恢复属性|Documentation

    学习如何用Aspose.Cells for C++启用或禁用工作簿的自动恢复属性。...如何用C++设置工作簿的自动恢复属性 Contents [ Hide ] 你可以使用Aspose.Cells设置工作簿的自动恢复属性。该属性的默认值为 true...Excel会禁用该Excel文件的自动恢复(自动保存)。 Aspose.Cells提供了 Workbook.GetAutoRecover()...

    docs.aspose.com/cells/zh/cpp/how-to-set-autorec...
  7. 限制生成页面数 使用C++将Excel转换为PDF|Documentation

    了解如何在使用Aspose.Cells将Excel转换为PDF时限制生成的页面数。...Aspose.Cells可以在将Excel电子表格转换为PDF文件格式时设置生成的页面数量限制。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/limit-the-number-o...
  8. 用C++移除透视连接|Documentation

    学习如何使用C++和Aspose.Cells库移除透视连接。...同样,如果要使用Aspose.Cells API编程方式取消切片器与数据透视表的关联,请使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/remove-pivot-conne...
  9. 使用C++显示报告筛选页选项|Documentation

    学习如何使用Aspose.Cells for C++在数据透视表中启用“显示报告筛选页”选项。...Aspose.Cells也支持此功能,在创建的数据透视表上启用“显示报告...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/show-report-filter...
  10. 使用C++设置工作簿的公式计算模式|Documentation

    本文介绍如何使用C++通过Aspose.Cells库设置Microsoft Excel中工作簿的公式计算模式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法设置公式计算模式并获得结果。最后,我们将修改后的Excel文件保存到磁盘。... Aspose.Cells还允许使用 FormulaSettings.GetCalculationMode()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/setting-formula-ca...