Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 102,545 for

workbook

(0.1 sec)
  1. Page Setup and Printing Options with JavaScript...

    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....this example, we created a workbook in Microsoft Excel and used...Microsoft Excel: Open a new workbook in Microsoft Excel. Add some...

    docs.aspose.com/cells/javascript-cpp/page-setup...
  2. 如何用 JavaScript 通过 C++ 改变 Excel 中评论的背景|Documenta...

    使用 C++ 通过脚本改变 Excel 中评论的背景色,并插入图片或图像。...该文件用于初始化下面的代码中的 Workbook 对象。 <!DOCTYPE html> < html..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  3. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the JavaScript API via C++ to programmatically hide or show gridlines, row, and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Excel file. The Workbook class contains a Workbook.worksheets collection...

    docs.aspose.com/cells/javascript-cpp/show-and-h...
  4. How to apply number format to each datapoint's ...

    We are plotting a pie chart and we need to apply custom format to each datapoint for example #,##0.0% and #,##0.000% like these. How can we achieve this format, could you provide a sample code?...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.getWorksheets().get(0); // Add sample...

    forum.aspose.com/t/how-to-apply-number-format-t...
  5. Convert Spreadsheet to PDF in xlsx4j|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....Java Workbook workbook = new Workbook ( dataDir + "workbook.xls"...the document in PDF format workbook . save ( dataDir + "AsposeConvert...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  6. Copying and Moving Worksheets|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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/java/copying-and-moving-w...
  7. Aspose.Cells 8.6.2 中的公共 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....ISmartMarkerCallBack { Workbook workbook ; SmartMarkerCallBack ( Workbook workbook...workbook ) { this . workbook = workbook ; } @Override public void...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. getColumnWidthPixel how to calculate width - Fr...

    Workbook Workbook = new Workbook(); Worksheet worksheet = Workbook.getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...2025, 2:47am 1 Workbook workbook = new Workbook(); Worksheet worksheet...worksheet = workbook.getWorksheets().get(0); Cells cells = worksheet...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  9. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce calculation time for cell calculation methods in Excel using Node.js via C++....recommend that users call Workbook.calculateFormula() method...want to calculate the entire workbook; they just want to calculate...

    docs.aspose.com/cells/nodejs-cpp/decrease-the-c...
  10. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...head > < body > < h1 > Save Workbook to PDF Example </ h1 > < input..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...