Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 102,518 for

workbook

(0.09 sec)
  1. 页面设置 自适应页面设置|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 (); //...WorksheetCollection worksheets = workbook . getWorksheets (); int sheetIndex...

    docs.aspose.com/cells/zh/java/page-setup-fit-to...
  2. 如何用 JavaScript 通过 C++ 改变评论的字体颜色|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...."text/javascript" > const { Workbook , SaveFormat , TextAlignmentType...'fileInput' ); // Instantiate a new Workbook (if a file is provided, open...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  3. Direct calculation of custom function without w...

    This article introduces how to use Aspose.Cells library to directly calculate custom functions in Microsoft Excel without writing the function in a worksheet using JavaScript via C++. Load an existing Excel file or create a new one, calculate the custom function, and save the modified file...."text/javascript" > const { Workbook , SaveFormat , AbstractCalculationE...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/javascript-cpp/direct-cal...
  4. Calculate Sub Totals|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 ( "../...first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/net/calculate-sub-totals/
  5. Read and Write External Connection of XLS and X...

    Learn how to read and modify external database connections in XLS/XLSB files using Aspose.Cells for C++....; // Load source workbook Workbook workbook ( inputFilePath );...ExternalConnectionCo connections = workbook . GetDataConnections (); DBConnection...

    docs.aspose.com/cells/cpp/read-and-write-extern...
  6. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for Node.js via C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....file inside the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/nodejs-cpp/disable-text-w...
  7. 通过 C++ 使用 Node.js 将 JSON 转换为 CSV|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将JSON数据转换为CSV。...empty workbook const workbook = new AsposeCells . Workbook ();...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-jso...
  8. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Get the shapes...worksheet ShapeCollection shapes = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/applying-text-alignme...
  9. Specify image resolution, quality, compression ...

    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...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/net/specify-image-resolut...
  10. 使用 JavaScript 通过 C++ 处理图像|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....</ head > < body > < h1 > Workbook to TIFF (Multiple Pages) Example..."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...

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