Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 239,180 for

aspose cells

(0.14 sec)
  1. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....with C++ Contents [ Hide ] Aspose.Cells allows users to check whether...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  2. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...Aspose.Cells提供了 Shape.GetLeftToCorner()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...
  3. 入门|Documentation

    如何安装 Aspose Cells for Go via C++ 并创建“Hello World”应用程序。...Contents [ Hide ] 此页面将向您展示如何安装 Aspose Cells for Go via C++ 并创建“Hello...World”应用程序。 Aspose.Cells for Go via C++ 集成 欢迎使用Aspose.Cells for Go...

    docs.aspose.com/cells/zh/go-cpp/getting-started/
  4. 用C++在工作表中移动单元格范围|Documentation

    学习如何使用Aspose.Cells和C++在工作表中移动单元格范围。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Instantiate the workbook...

    docs.aspose.com/cells/zh/cpp/move-range-of-cell...
  5. 在Jython中将Excel文件转换为Html|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....Hide ] Aspose.Cells - 将Excel文件转换为Html 使用 Aspose.Cells Java for...代码 from aspose - cells import Settings from com . aspose . cells...

    docs.aspose.com/cells/zh/java/converting-excelf...
  6. 工作表缩放的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。...工作表缩放的可行解决方案 Contents [ Hide ] 已观察到,通过 Aspose 组件嵌入到 PowerPoint 演示文稿中的 Excel... 背景 在文章 管理 OLE 中,我们说明了如何使用 Aspose.Slides for Android via Java...

    docs.aspose.com/slides/zh/androidjava/working-s...
  7. Check if VBA project in a Workbook is Signed wi...

    Check if VBA project in a Workbook is Signed using Aspose.Cells with C++....it programmatically using Aspose.Cells Workbook.VbaProject.IsSigned...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  8. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library....Populated Cells Worksheets can have one or more cells populated...have to check is the Cells.MaxDataRow or Cells.MaxDataColumn properties...

    docs.aspose.com/cells/cpp/detecting-empty-works...
  9. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...Contents [ Hide ] 默认情况下,Aspose.Cells 会将工作簿中所有 可见 工作表保存为一个 PDF...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  10. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....Formulas & Calculating Results Aspose.Cells has an embedded formula...formulas added at runtime. Aspose.Cells supports most of the formulas...

    docs.aspose.com/cells/cpp/calculate-formulas/