Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 243,834 for

aspose cells

(0.24 sec)
  1. Render Worksheet to Graphic Context with C++|Do...

    Learn how to render a worksheet to a graphic context using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells can now render a worksheet...code illustrates how to use Aspose.Cells to render a worksheet to...

    docs.aspose.com/cells/cpp/render-worksheet-to-g...
  2. Check if VBA Project is Protected and Locked fo...

    Learn how to check if VBA Project is protected and locked for viewing in Excel files using Aspose.Cells for C++....Locked for Viewing in C++ Aspose.Cells allows you to check if the...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  3. 设置共享公式(用 C++)|Documentation

    学习如何在 Excel 工作表中用 Aspose.Cells 设置共享公式,使用 C++。...如果你想在工作表中添加一个会进行计算的函数,本文介绍如何使用 Aspose.Cells实现此任务。 使用Aspose.Cells设置共享公式 假设您有一个填...09" 。本文介绍了如何使用Aspose.Cells应用此公式。 Aspose.Cells允许您使用 GetFormula...

    docs.aspose.com/cells/zh/cpp/setting-shared-for...
  4. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel worksheets e.g. Numbers stored as Text using C++ API or Library....at the top right corner of a cell is highlighted when there’s...there’s a problem with the cell. Excel provides information that helps...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  5. Get External Connection Data Source of Pivot Ta...

    Learn how to retrieve the external connection data source of a pivot table using Aspose.Cells for C++....Data Source of Pivot Table Aspose.Cells provides the ability to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/get-external-connecti...
  6. 在 Jython 中拆分窗格|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Contents [ Hide ] Aspose.Cells - 拆分窗格 使用 Aspose.Cells Java for Jython...代码 from aspose - cells import Settings from com . aspose . cells...

    docs.aspose.com/cells/zh/java/split-panes-in-jy...
  7. Zoom Factor in Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Jython Contents [ Hide ] Aspose.Cells - Zoom Factor To append...append documents using Aspose.Cells Java for Jython . Here you can...

    docs.aspose.com/cells/java/zoom-factor-in-jython/
  8. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...Contents [ Hide ] 移除ActiveX控件 Aspose.Cells 提供了从工作簿中移除 ActiveX 控件的功能。为此,API...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  9. 从形状获取连接点(C++)|Documentation

    学习如何使用Aspose.Cells for C++检索形状的连接点。...从形状获取连接点(C++) Contents [ Hide ] Aspose.Cells提供丰富的功能管理电子表格中的形状。有时需要获取...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/get-connection-poi...
  10. Get Hyperlinks in Range with C++|Documentation

    Learn how to get hyperlinks in a range using the Aspose.Cells for C++ API....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); U16String srcDir ( u...

    docs.aspose.com/cells/cpp/get-hyperlinks-in-range/