Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 103,512 for

workbook

(0.24 sec)
  1. 创建每行具有不同水平对齐方式的文本框,使用 Node.js 和 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建每行可以有不同水平对齐方式的文本框...Create a workbook. const wb = new AsposeCells . Workbook (); //...TextAlignmentType . Right ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/zh/nodejs-cpp/create-text...
  2. Excel Themes and Colors|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....and other objects used in a workbook. For example, the Accent1...used to set the font color. Workbook.getThemeColor method can be...

    docs.aspose.com/cells/java/excel-2007-themes-an...
  3. I would like to hide the filters in the viewer....

    Hi Team , I don’t want filters to be visible in the viewer. Is there a configuration to hide them? I attached the sample file EDA.PC.00000142.zip (3.2 MB) image.png (38.1 KB)... Workbook workbook = new Workbook("e:\\test2\\EDA...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; worksheet.ListObjects[0]...

    forum.aspose.com/t/i-would-like-to-hide-the-fil...
  4. Code Comparison for Common Features in Aspose.C...

    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....Sheet Within Workbook Re‑Order Sheets Within Workbook Header and...Aspose.Cells Working with Workbooks in Apache POI and Aspose.Cells...

    docs.aspose.com/cells/java/code-comparison-for-...
  5. Adjust Row Height in Excel using Java

    This article guides on how to adjust row height in Excel using Java. It has the steps and a runnable sample code to change cell height in Excel using Java....adjust cells’ height Load the workbook and access a sheet to set...all rows in a sheet Save the workbook with updated cells’ height...

    kb.aspose.com/cells/java/adjust-row-height-in-e...
  6. Excel chart with curved text path converts to s...

    Hello, When converting an Excel chart to an image, we noticed that the text loses its curved formatting and appears in the wrong position. Could you please confirm whether this is an issue with the library? Workbook wo…... Workbook workbook = new Workbook("/path/to/pie-chart...-chart.xlsx"); workbook.getWorksheets().get(0).getCharts().get(0)...

    forum.aspose.com/t/excel-chart-with-curved-text...
  7. Check if Digital Signature of VBA Code is Valid...

    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....VBA code is valid using the Workbook.VbaProject.IsValidSigned property...modify its VBA code, save the workbook, and then recheck, we find...

    docs.aspose.com/cells/net/check-if-digital-sign...
  8. 如何使用Node.js通过C++创建动态滚动图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建动态滚动图表。我们的指南将演示如何在您的图表中实现平滑的数据过渡和滚动平均,实现连续更新的显示效果。...localPath = "" ; // Create a new workbook and access the first worksheet...worksheet. const workbook = new AsposeCells . Workbook (); const sheets...

    docs.aspose.com/cells/zh/nodejs-cpp/create-dyna...
  9. Converting HTML files to Excel Spreadsheets in ...

    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....class workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...results to disk in XLSX format workbook . save ( @data_dir + "output...

    docs.aspose.com/cells/java/converting-html-file...
  10. Detect if Worksheet is Password Protected with ...

    Learn how to detect if a worksheet is password protected using Aspose.Cells for JavaScript via C++....is possible to protect the workbooks and worksheets separately..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/javascript-cpp/detect-if-...