Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 82,029 for

workbook

(0.08 sec)
  1. Support for XAdES Signature with C++|Documentation

    This article describes Support for XAdES Signature using C++ codes with Aspose.Cells for C++....provides support for signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. #include <iostream> #include...

    docs.aspose.com/cells/cpp/support-for-xades-sig...
  2. How to Password Protect an Excel File in C#

    This article explains how to password protect an Excel file in C#. It provides details to configure the environment, program flow and a runnable sample code to encrypt Excel file in C#....create an Excel file using the Workbook class object Set the required...encryption options for the loaded workbook using the SetEncryptionOptions()...

    kb.aspose.com/cells/net/how-to-password-protect...
  3. 如何用C++向工作表添加/插入文本框|Documentation

    如何在Aspose.Cells中用C++向工作表添加/插入文本框。...object of the Workbook class Workbook workbook ; // Access first...collection Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/add-text-box-to-wo...
  4. 在 Node.js 通过 C++ 使用自定义 XML 部件|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中使用自定义 XML 部件。无缝集成外部 XML 数据到 Excel 文件。...XML that will be injected to Workbook const booksXML = `<catalog>...an instance of Workbook class const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/use-custom-...
  5. 在Microsoft Excel中应用高级筛选以显示满足复杂条件的记录,使用C++实现|Doc...

    学习如何使用Aspose.Cells for C++ API在Microsoft Excel中应用高级筛选,以显示满足复杂条件的记录。...Load your source workbook Workbook workbook ( sourceDir + u ...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/apply-advanced-fil...
  6. 在 C++ 中为饼图的切片或扇区自定义颜色|Documentation

    了解如何使用 Aspose.Cells for C++ 自定义饼图中切片和扇区的颜色。我们的指南将演示如何为每个切片、扇区或图例分配独特的颜色,以增强视觉吸引力和数据表现。...); // Create a workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/custom-slice-or-se...
  7. 通过Node.js的C++检查工作簿中的VBA项目是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查工作簿中的VBA项目是否已签名。...Cells的 Workbook.getVbaProject() 属性以编程方式来检查。...js中检查工作簿中的VBA项目是否已签名 以下代码加载工作簿,并使用 Workbook.getVbaProject() 属性检测其VBA项目是否已签名。若已签名,返回...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  8. 使用C++添加双色标度和三色标度条件格式|Documentation

    如何在C++中使用Aspose.Cells库为两个颜色比例和三个颜色比例添加条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示。...\\ " ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/adding-2-color-sca...
  9. Unprotect a Worksheet in Ruby|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/unprotect-a-workshee...
  10. Excel to HTML - Use PresentationPreference Opti...

    Learn to render better layout when saving Excel files to HTML with C++....Instantiate the Workbook and load an Excel file Workbook workbook ( inputFilePath..."outPresentationlayou.out.html" ; workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/excel-to-html-use-pre...