Sort Score
Result 10 results
Languages All
Labels All
Results 6,451 - 6,460 of 233,633 for

aspose.cells

(0.37 sec)
  1. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the Node.js API via C++ to programmatically display formulas rather than values in an Excel worksheet or spreadsheet....thing using Aspose.Cells for Node.js via C++. Aspose.Cells provides...AsposeCells = require ( "aspose.cells.node" ); // The path to...

    docs.aspose.com/cells/nodejs-cpp/show-formulas-...
  2. 使用 C++ 进行 Excel 转 PDF 时渲染实线格线|Documentation

    了解如何在使用 Aspose.cells for Node.js via C++ 转换 Excel 为 PDF 时渲染实线格线。...Contents [ Hide ] 为了兼容旧版本,Aspose.Cells 在将 Excel 转为 PDF 时默认以虚线渲染格线。然而,现代...PdfSaveOptions.gridlineTypes 选项,Aspose.Cells for Node.js via C++ 也可以将格线渲染为实线。...

    docs.aspose.com/cells/zh/nodejs-cpp/render-soli...
  3. Detect File Format of Encrypted Office Open XML...

    Learn how to detect the file format of encrypted OOXML files using Aspose.cells for Node.js via C++.... Aspose.Cells provides a way to detect...AsposeCells = require ( "aspose.cells.node" ); // Source directory...

    docs.aspose.com/cells/nodejs-cpp/detect-file-fo...
  4. 支持使用Node.js通过C++进行XAdES签名|Documentation

    这篇文章介绍了如何使用Node.js通过C++和Aspose.cells支持XAdES签名。...js通过C++进行XAdES签名 Contents [ Hide ] 介绍 Aspose.Cells支持使用XAdES签名对工作簿进行签名。为此,API提供了...AsposeCells = require ( "aspose.cells.node" ); // Source directory...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  5. Implementing Non-Sequential Ranges with Node.js...

    Learn how to create named non‑sequential ranges with Aspose.cells for Node.js via C++. Use non‑adjacent cell ranges effectively.... Aspose.Cells for Node.js via C++ supports...non‑sequential range with Aspose.Cells for Node.js via C++. const...

    docs.aspose.com/cells/nodejs-cpp/implementing-n...
  6. Get a List of Fonts used in a Spreadsheet or Wo...

    Learn how to get a list of fonts used in a spreadsheet or workbook using Aspose.cells for JavaScript via C++. This article will show you how to retrieve font information from a document....into a PDF or an image, Aspose.Cells requires that all the needed...your fonts directory . If Aspose.Cells is unable to find the needed...

    docs.aspose.com/cells/javascript-cpp/get-a-list...
  7. 通过 C++ 保护或取消保护共享工作簿|Documentation

    学习如何用 Aspose.cells for C++ 对共享工作簿进行密码保护或取消保护。...Excel 一样使用 Aspose.Cells 保护或取消保护共享工作簿。Aspose.Cells 还支持使用 Work...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/password-protect-o...
  8. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with Node.js via C++....it programmatically using Aspose.Cells APIs. Specify Document Version...AsposeCells = require ( "aspose.cells.node" ); // The path to...

    docs.aspose.com/cells/nodejs-cpp/specify-docume...
  9. 用C++检查工作簿中的VBA项目是否已签名|Documentation

    Aspose.cells在C++中检测工作簿中的VBA项目是否已签名...也可以用Aspose.Cells的 Workbook.VbaProject.IsSigned...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  10. Formatting Slicer with C++|Documentation

    Format slicers in Microsoft Excel using Aspose.cells with C++.... Aspose.Cells also allows you to do this...#include <iostream> #include "Aspose.Cells.h" using namespace Aspose...

    docs.aspose.com/cells/cpp/formatting-slicer/