Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 27,092 for

excel worksheet

(0.17 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 Node.js via C++....iso29500_2008_strict , the output Excel file will be saved in Strict...and saves it as the output Excel file (67338272.xlsx). If you...

    docs.aspose.com/cells/nodejs-cpp/save-workbook-...
  2. 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?...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...get(0); // Add sample data worksheet.getCells().get("A1").putValue("Category");...

    forum.aspose.com/t/how-to-apply-number-format-t...
  3. 通过 C++ 的 JavaScript 渲染切片器|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....呈现切片器 以下示例代码加载了包含一个现有切片器的 示例Excel文件 。它通过设置仅覆盖切片器的打印区域,将工作表转换为图片。生成的图片即为...,显示了已渲染的切片器。如您所见,切片器已被正确渲染,并与示例Excel文件中的效果一致。 示例代码 <!DOCTYPE html>...

    docs.aspose.com/cells/zh/javascript-cpp/renderi...
  4. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCompliance(PdfCompliance.PDF_A_1_B); saveOptions.setAllColumnsInOnePagePerSheet(true); fo…...getCount(); i++) { Worksheet sheet = workbook.getWorksheets()...dataset which we have in the worksheets and then saving it as PDFs...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  5. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the Excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...xlsx")) { Worksheet sourceWS = TemplateWB.Worksheets["Sparklines2"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/incorrect-rendering-when-con...
  6. 使用Node.js通过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....可能的使用场景 您可以通过设置列数或样式等方式在Microsoft Excel中格式化切片器。Aspose.Cells for Node...sample Excel file 。它访问该切片器并设置其列数和样式类型,然后将其保存为 output Excel file...

    docs.aspose.com/cells/zh/nodejs-cpp/formatting-...
  7. 通过Node.js使用C++处理Shape或Chart的三维格式|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....Cells 处理形状或图表的三维格式 以下示例代码加载 源Excel文件 ,访问第一个工作表中的第一个形状,设置 Shape...getThreeDFormat() 属性的子属性,然后将工作簿保存为 输出Excel文件 。 const path = require ( "path"...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  8. 使用Aspose.Cells在C++中创建Excel工作簿中的签名行|Documentation

    本文介绍如何使用C++代码结合Aspose.Cells for C++在Excel工作簿中创建签名行。...Cells在C++中创建Excel工作簿中的签名行 Contents [ Hide ] 介绍 Microsoft Excel提供了在Excel工作簿中添加...选项卡,然后从 文本 组中选择 签名行 来添加签名行。 如何为Excel创建签名行 Aspose.Cells也提供了这个功能,并为此暴露了...

    docs.aspose.com/cells/zh/cpp/create-signature-l...
  9. Node.js与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....Contents [ Hide ] 介绍 有时您在Microsoft Excel中创建一个表格,但不想继续使用它带来的表格功能。相反,您...Cells确实支持Microsoft Excel的表格和列表对象的此功能。 使用Microsoft Excel 使用 转换为范围 功能...

    docs.aspose.com/cells/zh/nodejs-cpp/tables-and-...
  10. VLOOKUP function returns unexpected result - Fr...

    VLOOKUP function behaves differently in Aspose.Cells and results don’t match with Excel. In below example, Excel will return #REF! whereas Aspose will return #N/A: =VLOOKUP(1/1/2020,$C1:$D4,#N/A,FALSE) If value is not…...don’t match with Excel. In below example, Excel will return #REF...If value is not found both Excel and Aspose will return #N /A...

    forum.aspose.com/t/vlookup-function-returns-une...