Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 28,078 for

worksheet

(0.1 sec)
  1. Save Workbook to Strict Open XML Spreadsheet Fo...

    Learn how to save a workbook in Strict Open XML Spreadsheet format using Aspose.Cells for JavaScript via C++....Access first worksheet and set value in B4 const worksheet = workbook...workbook . worksheets . get ( 0 ); const b4 = worksheet . cells ....

    docs.aspose.com/cells/javascript-cpp/save-workb...
  2. How to Generate Excel File in C#

    This topic exhibits how to generate Excel file in C# in a console .NET application without using MS Excel interop....into the cells of the first Worksheet Save the Excel XLSX file with...relevant cells with data in the worksheet. Sample Code to Generate Excel...

    kb.aspose.com/cells/net/how-to-generate-excel-f...
  3. 获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ API 获取带格式和不带格式的单元格字符串值。...first worksheet const worksheet = workbook . worksheets . get...Access cell A1 const cell = worksheet . cells . get ( "A1" ); //...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  4. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    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....the file by worksheet name when exporting worksheet to html separately...the references among the worksheets could be exported correctly...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  5. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for Python via .NET API....to auto-filter or validate worksheet data. Aspose.Cells for Python...pertaining to data entered on a worksheet. For example, use validation...

    docs.aspose.com/cells/python-net/data-validation/
  6. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for Node.js via C++ API....to auto‑filter or validate worksheet data. Aspose.Cells fully supports...pertaining to data entered on a worksheet. For example, use validation...

    docs.aspose.com/cells/nodejs-cpp/data-validation/
  7. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...xlsx" ); // Access first worksheet Worksheet ws = workbook . GetWorksheets...through each shape in the worksheet for ( int32_t i = 0 ; i <...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...
  8. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...The code we are using: Worksheet worksheet = workbook.getWorksheets()...get("Design"); PageSetup pageSetup = worksheet.getPageSetup(); pageSetup...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  9. Tracing Precedents and Dependents in Aspose.Cel...

    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....Hide ] Complex financial worksheets, especially ones developed...modified, which cells in the worksheet are impacted by that change...

    docs.aspose.com/cells/net/tracing-precedents-an...
  10. Setting Headers and Footers with Node.js via C+...

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets using Aspose.Cells for Node.js via C++....add headers and footers to worksheets as well. Headers and footers...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/nodejs-cpp/setting-header...