Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 100,089 for

workbook

(0.1 sec)
  1. 从DataTable导入|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 Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-dat...
  2. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...Load the workbook Workbook workbook = new Workbook(inputFilePath);...foreach (Worksheet sheet in workbook.Worksheets) { foreach (Shape...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  3. 在用C++通过JavaScript加载工作簿或工作表时筛选对象|Documentation

    学习在用C++通过Aspose.Cells for JavaScript加载工作簿或工作表时如何筛选数据..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...Load the workbook with the above filter const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  4. 通过 C++ 在 Node.js 中释放工作簿的非托管资源|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 释放 Workbook 对象的非托管资源。...Cells 提供 Workbook.dispose() 方法以释放 Workbook 对象的非托管资源。Dispose...使用的托管对象方面非常高效,但无法回收非托管对象。 Workbook 对象现在实现了 System.IDisposable...

    docs.aspose.com/cells/zh/nodejs-cpp/release-unm...
  5. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while importing from HTML using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , HtmlLoadOptions...stream = byteArray ; // Create workbook from stream with HTML load...

    docs.aspose.com/cells/javascript-cpp/avoid-expo...
  6. How to Unhide All Sheets in Excel using Python

    This short tutorial explains how to unhide all sheets in Excel using Python. You will get all the environment details, step-wise approach to write the application and a runnable sample code to show hidden sheets in Excel using Python....then saving the resultant workbook as a separate XLSX , XLS ...hidden sheets in it using the Workbook class object Use the Unprotect()...

    kb.aspose.com/cells/python/how-to-unhide-all-sh...
  7. 用JavaScript通过C++对行和列进行分组和取消分组|Documentation

    了解怎样使用Aspose.Cells for JavaScript通过C++对Excel中的行和列进行分组和取消分组。...Cells 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/groupin...
  8. Hello World in Python|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....Python Code workbook = self . Workbook () sheet = workbook . getWorksheets...file_format_type = self . FileFormatType workbook . save ( self . dataDir +...

    docs.aspose.com/cells/java/hello-world-in-python/
  9. 用 JavaScript 通过 C++ 加密 Excel 文件|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 加密和密码保护 Excel 文件。...> < body > < h1 > Encrypt Workbook Example </ h1 > < input type..."text/javascript" > const { Workbook , SaveFormat , Utils , EncryptionType...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  10. 用JavaScript通过C++删除工作表中的空白行和列|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++删除工作表中的所有空白行和列。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...