Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 102,533 for

workbook

(0.09 sec)
  1. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for Node.js via C++....Create a workbook. const wb = new AsposeCells . Workbook (); //..., 5 , opts ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/nodejs-cpp/convert-text-t...
  2. Ինչպես փոխարկել TXT-ը JSON-ի՝ օգտագործելով Node...

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......Ներբեռնեք մուտքագրված TXT ֆայլը Workbook օբյեկտում՝ JSON-ի վերածելու...աղբյուրի TXT ֆայլը բեռնվում է Workbook դասի օբյեկտի մեջ, որին հաջորդում...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-tx...
  3. 通过 C++ 使用 Node.js 获取带有外部链接的范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 获取带有外部链接的范围。高效地从不同的 Excel 文件中检索数据。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...filePath ); const names = workbook . getWorksheets (). getNames...

    docs.aspose.com/cells/zh/nodejs-cpp/get-range-w...
  4. How to Install Aspose.Cells for Go via C++ Usin...

    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...."YOUR_LICENSE_File_PATH" ) workbook , _ := NewWorkbook () worksheets...worksheets , _ := workbook . GetWorksheets () worksheet , _ := worksheets...

    docs.aspose.com/cells/go-cpp/how-to-install-asp...
  5. 使用JavaScript通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++检测工作表是否密码保护。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...(); // Create an instance of Workbook and load a spreadsheet const...

    docs.aspose.com/cells/zh/javascript-cpp/detect-...
  6. How to Format Number to Accounting|Documentation

    This article will introduce how to format number to accounting using Aspose.Cells for JavaScript via C++ API....Create or Open a Workbook : Create a new workbook or open an existing..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  7. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...Instantiate a new Workbook Workbook workbook = new Workbook(); // Accessing...file Worksheet worksheet = workbook.Worksheets[0]; // Insert checkbox...

    forum.aspose.com/t/checkbox-on-excel/312207
  8. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...saveOptions = new DocxSaveOptions(); workbook.Save(ms, saveOptions); ms...

    forum.aspose.com/t/saving-excel-as-docx-having-...
  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. Create Sunburst Chart in Excel using Java

    Follow this article to create Sunburst chart in Excel using Java. It has a running sample code with built-in sample data along with the IDE settings and steps to create a Sunburst chart....Sunburst chart Load or create a Workbook having hierarchical data for...the output Sunburst chart Workbook on the disk This list of steps...

    kb.aspose.com/cells/java/create-sunburst-chart-...