Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 82,065 for

workbook

(0.19 sec)
  1. Optimizing Memory Usage while Working with Big ...

    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 ] When building a workbook with large data sets, or reading...situations, such as building a workbook with a large data set for...

    docs.aspose.com/cells/net/optimizing-memory-usa...
  2. Manage OLE|Aspose.Slides for Node.js via .NET D...

    Manage OLE objects in PowerPoint presentations in JavaScript... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/nodejs-java/manage-ole/
  3. How to Filter Data in Excel Table using C#

    This topic shows how to filter data in Excel table using C# in WinForms .NET application without using MS Excel interop....SetLicense method Create a Workbook from the scratch Insert data...the first worksheet in the workbook Set AutoFilter range and add...

    kb.aspose.com/cells/net/how-to-filter-data-in-e...
  4. 使用C++在输出PDF中渲染Unicode补充字符|Documentation

    了解如何使用 Aspose.Cells for C++ 在输出 PDF 中渲染 Unicode 辅助字符。...characters Workbook wb ( inputFilePath ); // Save the workbook as PDF...:: Pdf ); std :: cout << "Workbook saved successfully with Unicode...

    docs.aspose.com/cells/zh/cpp/render-unicode-sup...
  5. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A compliant PDF files using Aspose.Cells for Node.js via C++....describes how to save the Excel workbook to PDF/A compliant (PDF/A-1a)...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  6. 用C++更新切片器|Documentation

    本文介绍如何通过更新切片器来更新关联的透视表,使用Aspose.Cells for C++ API。...xlsx" ; Workbook wb ( inputFilePath ); // Access...Refresh (); // Save the modified workbook. U16String outputFilePath...

    docs.aspose.com/cells/zh/cpp/updating-slicer/
  7. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "LinkTypes...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  8. 用C++插入迷你图|Documentation

    使用Aspose.Cells结合C++为Excel创建迷你图。..." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/zh/cpp/creating-sparklines/
  9. 通过Node.js在C++中找到图表系列中点的X值和Y值的类型|Documentation

    学习如何在Aspose.Cells for Node.js via C++中确定图表系列点的X值和Y值的类型。本指南解释了数据值的类型以及如何访问和操作它们。... const workbook = new AsposeCells . Workbook ( path . join...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/find-type-o...
  10. Using LightCells API|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.... To save workbooks, provide the cell content...processed and then discarded, the Workbook object does not hold the collection...

    docs.aspose.com/cells/java/using-lightcells-api/