Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 102,530 for

workbook

(0.4 sec)
  1. Aspose.Cells unable to load xlsx file - Free Su...

    We are facing below exception while trying to open the shared xlsx file. Exception.Message : Invalid IconSetType val Exception.Source : Aspose.Cells Exception.StackTrace : at e.Warning(WarningInfo ) at .() at .(Wor…... (Workbook , LoadOptions , Boolean )...LoadOptions ) at Aspose.Cells.Workbook. (String , LoadOptions ) at...

    forum.aspose.com/t/aspose-cells-unable-to-load-...
  2. Update XLSM File using .NET | products.aspose.com

    Modify XLSM documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xlsm/
  3. 使用 Java 组件 Aspose.Cells for Java 和 Perl|Documen...

    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....++; print "ok $ok\n" ; my $ workbook = $ java -> create_object...aspose.cells.Workbook" ); $ ok ++; print "workbook $ok\n" ; #$...

    docs.aspose.com/cells/zh/java/using-aspose-cell...
  4. 重新采样已添加的图片 使用 JavaScript 通过 C++ 将 Excel 转为 PDF|...

    学习如何压缩在 Excel 文件中添加的图片以减少 PDF 文件大小并提升转换性能,使用 C++ Aspose.Cells for JavaScript。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Initialize a new Workbook by opening the uploaded Excel...

    docs.aspose.com/cells/zh/javascript-cpp/resampl...
  5. 使用C++应用Subtotal和更改详细下方轮廓总结行方向|Documentation

    了解如何使用Aspose.Cells for C++ API对数据应用Subtotal并更改详细下方轮廓总结行的方向。...Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/applying-subtotal-...
  6. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  7. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of a row, column, or cell. Convert the name of the cell to row and column indices (zero‑based) using Aspose.Cells with C++....example shows how to: Create a workbook and add some data. Find a...Instantiating a Workbook object Workbook workbook ; // Obtaining...

    docs.aspose.com/cells/cpp/get-cells-index/
  8. 在VSTO和Aspose.Cells中的工作表中添加单元格边框|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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/add-borders-to-cel...
  9. 优化处理大型具有大量数据集文件时的内存使用,使用 C++|Documentation

    学习如何在使用 Aspose.Cells 和 C++ 处理大型Excel文件时优化内存使用。...MemoryPreference ); // Instantiate the Workbook // Load the Big Excel file...having large Data set in it Workbook wb ( srcDir + u "Book1.xlsx"...

    docs.aspose.com/cells/zh/cpp/optimizing-memory-...
  10. 用JavaScript通过C++管理日期轴|Documentation

    学习如何在Aspose.Cells for JavaScript中通过C++管理日期轴。我们的指南将帮助您理解如何处理各种日期格式、时间比例和刻度标签频率。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/date-axis/