Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 102,528 for

workbook

(0.08 sec)
  1. Specifying DBNum Custom Pattern Formatting with...

    Aspose.Cells is a C++ library for working with spreadsheet files that supports formatting dates and numbers using custom formatting patterns. This article will show you how to use the Aspose.Cells library to specify the 'dbnum' custom format pattern so that users have more control over how numbers are displayed....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetColumnWidth ( 0 , 30 ); // Save the workbook in output pdf format wb ....

    docs.aspose.com/cells/cpp/specifying-dbnum-cust...
  2. Cell format with date string does not apply wit...

    I’m loading Json data for data binding using Smart Marker and I noticed that template Excel file with a cell formatted with specific date time style does not get properly applied. Is there something I’m missing here? No…...// Create workbook from template Workbook workbook = new Workbook(new...ateBytes)); logger.debug("Workbook created successfully from...

    forum.aspose.com/t/cell-format-with-date-string...
  3. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...{ // Create a Workbook. const wbk = new Workbook (); // Create...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  4. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/create-and-for...
  5. Using Sparklines and Setting 3D Format with Jav...

    Learn how to use sparklines and apply 3D formatting in Excel files with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , CellArea ,...Instantiate a Workbook by opening the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/using-spar...
  6. XLS file becomes unsavable after the first save...

    Hi Aspose team, I’m having an issue with the XLS file. After loading and saving it the first time, I tried to load the output file and save it again (second time), but it throws an error: “Index was outside the bounds o…...var workbook = new Workbook(@"D:\original.xls"); workbook.Save(@"D:\output...Inspect the Workbook : Before saving the workbook, check for any...

    forum.aspose.com/t/xls-file-becomes-unsavable-a...
  7. Aspose.Cells 9.0.0 中的公共 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....an instance of Workbook var book = new Workbook (); // Get the...default Worksheet from the Workbook var sheet = book . Worksheets...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. 插入数据透视表|Documentation

    创建和格式化Excel电子表格文件的数据透视表。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook object const workbook = new Workbook (); // Obtaining...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  9. Public API Changes in Aspose.Cells 8.2.2|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.... C# var book = new Workbook ( "sample.xlsx" ); var properties...information. C# var workbook = new Workbook ( "sample.xlsx" );...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Finding Absolute Position of Shape Inside the W...

    Learn how to find the absolute position of a shape inside a worksheet using Aspose.Cells for Node.js via C++....Excel file into the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/nodejs-cpp/finding-absolu...