Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 103,733 for

workbook

(0.58 sec)
  1. Public API Changes in Aspose.Cells 8.0.1|Docume...

    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....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook object. In order to change...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Disable CSS while saving to HTML with C++|Docum...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for C++....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleDisableCss...SetDisableCss ( true ); // Save the workbook in HTML wb . Save ( outDir...

    docs.aspose.com/cells/cpp/disable-css-while-sav...
  3. Disable Compatibility Checker in Excel with Gol...

    This article shows how to disable compatibility checker through the Aspose.Cells for C++ API.... When you save a workbook in a previous version, Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/go-cpp/disable-compatibil...
  4. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.Cells with C++....Cells-for-C // Load sample workbook U16String sourceDir ( u "...02_OutputDirectory \\ " ); Workbook wb ( sourceDir + u "sampleDisableDownlev...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...
  5. 用 C++ 计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 C++ API 或库通过程序方式计算网页宽度为 n 页,高度为 m 页的页面设置缩放比例。...(); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/calculate-page-set...
  6. 检查工作簿中的VBA项目是否用JavaScript通过C++签名|Documentation

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

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  7. 使用C++处理WebQuery类型的外部数据连接|Documentation

    学习如何使用Aspose.Cells和C++处理Microsoft Excel中的WebQuery数据连接。...接 Contents [ Hide ] 您可以使用 Workbook.DataConnections 集合访问任何类型的外部数据连接。其中一种数据连接类型是...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/working-with-exter...
  8. 用 JavaScript 通过 C++ 设置页眉和页脚|Documentation

    本文介绍如何使用 Aspose.Cells for JavaScript 通过 C++ 编程在 Excel 工作表的页眉和页脚中插入图片。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  9. How to Add Digital Signature in Excel using C#

    This tutorial provides you information how to add digital signature in Excel using C#. You will get the configuration resources, stepwise approach to create and insert electronic signature in excel using C# and a complete runnable sample code to demonstrate this feature....Load an existing workbook or create a new workbook with sample data...data in it using the Workbook object Instantiate a collection...

    kb.aspose.com/cells/net/how-to-add-digital-sign...
  10. JSON|Documentation

    Learn how to convert Excel Workbook to JSON with Aspose.Cells for Python via .NET API....NET supports converting a workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells for...

    docs.aspose.com/cells/python-net/convert-workbo...