Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 100,573 for

workbook

(0.08 sec)
  1. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells for Node.js via C++.... It then saves the workbook as output PDF file . The following...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/draw-timeline-...
  2. Convert Dates to Japanese Dates with Node.js vi...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for Node.js via C++....Japan ); const workbook = new AsposeCells . Workbook ( path . join..."JapaneseDates.xlsx" ), options ); workbook . save ( outputDir + "JapaneseDates...

    docs.aspose.com/cells/nodejs-cpp/convert-dates-...
  3. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties while saving Excel files to HTML using Aspose.Cells for C++. Improve performance by reducing redundant image data....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleEnableCssCusto...SetEnableCssCustomPr ( true ); // Save the workbook in HTML format wb . Save (...

    docs.aspose.com/cells/cpp/enable-css-custom-pro...
  4. Get Cell Validation in ODS Files|Documentation

    Learn how to get cell validation in ODS files using the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/get-cell-v...
  5. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for Python via .NET API...Excel Workbook First, you need to load the Excel workbook using...via .NET. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/python-net/how-to-rotate-...
  6. Rotating Cell Text|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....following steps: Create a workbook and get a worksheet. Add sample...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text/
  7. 如何用C++管理日期和时间|Documentation

    学习如何通过Aspose.Cells for C++ API管理日期和时间。...要在工作簿中使用此日期系统,请设置 Workbook::GetSettings()->SetDate1904(true)...Cells :: Startup (); Workbook workbook ; workbook . GetSettings ()...

    docs.aspose.com/cells/zh/cpp/how-to-manage-date...
  8. Manage Chart Data Labels in Presentations with ...

    Learn to add and format chart data labels in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET for more engaging slides....# Get the chart data workbook. workbook = chart . chart_data...chart_data . chart_data_workbook worksheet_index = 0 # Add a new series...

    docs.aspose.com/slides/python-net/chart-data-la...
  9. Count number of cells in the Worksheet with C++...

    In this article, you will learn how to programmatically count the number of cells in the Excel worksheet using the C++ API with Aspose.Cells....Load source Excel file Workbook workbook ( sourceDir + u "BookWithSomeData...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/count-number-of-cells...
  10. Converting Worksheet to SVG in Ruby|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....Code def worksheet_to_svg ( workbook ) # Convert each worksheet...into SVG format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/java/converting-worksheet...